Files
goose-highlighter/manifest.json
semantic-release-bot 4d87f9d4a1 chore(release): 1.12.0
# [1.12.0](https://github.com/obsqrbtz/goose-highlighter/compare/v1.11.0...v1.12.0) (2026-02-09)

### Features

* list management ([5e3e2bb](5e3e2bbfe4))
2026-02-09 16:47:14 +03:00

28 lines
562 B
JSON

{
"manifest_version": 3,
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.12.0",
"default_locale": "en",
"permissions": [
"contextMenus",
"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"
}
}