mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
# [1.10.0](https://github.com/obsqrbtz/goose-highlighter/compare/v1.9.3...v1.10.0) (2025-11-20) ### Bug Fixes * lighten debounce() usage, do not do full re-render on every change ([348d64f](348d64f356)) * made placeholder for textarea, added outline offset ([4f32be0](4f32be0b93)) ### Features * new tabbed layout ([18e167c](18e167cb7f)) * show all found words and allow jump to them (beta) ([1a4c91f](1a4c91fd5e))
27 lines
542 B
JSON
27 lines
542 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "__MSG_extension_name__",
|
|
"description": "__MSG_extension_description__",
|
|
"version": "1.10.0",
|
|
"default_locale": "en",
|
|
"permissions": [
|
|
"scripting",
|
|
"storage",
|
|
"tabs"
|
|
],
|
|
"host_permissions": [
|
|
"<all_urls>"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup/popup.html",
|
|
"default_icon": "icons/icon128.png"
|
|
},
|
|
"background": {
|
|
"service_worker": "dist/background.js",
|
|
"type": "module"
|
|
},
|
|
"icons": {
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
}
|
|
} |