mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
# [1.13.0](https://github.com/obsqrbtz/goose-highlighter/compare/v1.12.1...v1.13.0) (2026-02-11) ### Bug Fixes * exceptions page ui fixes ([226f2ef](226f2efe4f)) * incorrect behaviour of filter chips after pressing select all ([b4e1425](b4e1425c79)) * only show filter buttons for list with 1+ matches ([7195a3b](7195a3b41b)) ### Features * group and filter items by list in "on page" section ([0680134](068013486a))
28 lines
586 B
JSON
28 lines
586 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "__MSG_extension_name__",
|
|
"description": "__MSG_extension_description__",
|
|
"version": "1.13.0",
|
|
"default_locale": "en",
|
|
"id": "kdoehicejfnccbmecpkfjlbljpfogoep",
|
|
"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"
|
|
}
|
|
} |