Files
goose-highlighter/manifest.json
semantic-release-bot 326e585021 chore(release): 1.8.4
## [1.8.4](https://github.com/obsqrbtz/goose-highlighter/compare/v1.8.3...v1.8.4) (2025-10-28)

### Bug Fixes

* do not re-highlight when already processing highlights ([8be53f3](8be53f3240))
2025-10-28 15:32:14 +03:00

27 lines
541 B
JSON

{
"manifest_version": 3,
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.8.4",
"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"
}
}