chore(browser-extension): add options page and upgrade version
This commit is contained in:
parent
591e132008
commit
418ff15e9b
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Cookie Dialog Monster",
|
"name": "Cookie Dialog Monster",
|
||||||
"version": "6.3.4",
|
"version": "6.4.0",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
@ -13,6 +13,7 @@
|
|||||||
"default_icon": "assets/icons/disabled.png",
|
"default_icon": "assets/icons/disabled.png",
|
||||||
"default_title": "Cookie Dialog Monster"
|
"default_title": "Cookie Dialog Monster"
|
||||||
},
|
},
|
||||||
|
"options_page": "options.html",
|
||||||
"author": "wanhose",
|
"author": "wanhose",
|
||||||
"background": {
|
"background": {
|
||||||
"service_worker": "scripts/background.js"
|
"service_worker": "scripts/background.js"
|
||||||
|
Loading…
Reference in New Issue
Block a user