mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
# [1.5.0](https://github.com/obsqrbtz/goose-highlighter/compare/v1.4.0...v1.5.0) (2025-06-24) ### Features * updated readme (wrong commit type is intentional to trigger ci) ([aac8749](aac87493f2))
25 lines
495 B
JSON
25 lines
495 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Goose Highlighter",
|
|
"version": "1.5.0",
|
|
"description": "Highlight text on web pages",
|
|
"default_locale": "en",
|
|
"permissions": [
|
|
"scripting",
|
|
"storage"
|
|
],
|
|
"host_permissions": [
|
|
"<all_urls>"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup/popup.html",
|
|
"default_icon": "icons/icon128.png"
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"icons": {
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
}
|
|
} |