feat(manifest): upgrade version
This commit is contained in:
parent
a58e5cb72b
commit
af4230ddcb
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Do Not Consent",
|
"name": "Do Not Consent",
|
||||||
"version": "2.7",
|
"version": "2.8",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
@ -18,7 +18,7 @@
|
|||||||
{
|
{
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"js": ["js/content.js"],
|
"js": ["js/content.js"],
|
||||||
"matches": ["*://*/*"]
|
"matches": ["http://*/*", "https://*/*"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"web_accessible_resources": ["js/modules/*"]
|
"web_accessible_resources": ["js/modules/*"]
|
||||||
|
Loading…
Reference in New Issue
Block a user