Files
goose-highlighter/manifest.json
semantic-release-bot 6d7d9ac151 chore(release): 1.9.0
# [1.9.0](https://github.com/obsqrbtz/goose-highlighter/compare/v1.8.5...v1.9.0) (2025-10-31)

### Features

* haloween styling ([5ef380e](5ef380e544))
2025-10-31 11:17:28 +03:00

27 lines
541 B
JSON

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