feat(manifest): update with author
This commit is contained in:
parent
e34c8d43f6
commit
84d4945e7d
@ -1,14 +1,9 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Do Not Consent",
|
||||
"version": "2.2",
|
||||
"default_locale": "en",
|
||||
"description": "A Chrome extension that allows you to remove cookie consent dialogs automatically",
|
||||
"content_scripts": [
|
||||
{
|
||||
"all_frames": true,
|
||||
"js": ["js/content.js"],
|
||||
"matches": ["*://*/*"]
|
||||
}
|
||||
],
|
||||
"icons": {
|
||||
"16": "assets/icon16.png",
|
||||
"48": "assets/icon48.png",
|
||||
@ -18,6 +13,13 @@
|
||||
"default_icon": "assets/icon32.png",
|
||||
"default_title": "Do Not Consent"
|
||||
},
|
||||
"web_accessible_resources": ["js/modules/*"],
|
||||
"manifest_version": 2
|
||||
"author": "wanhose",
|
||||
"content_scripts": [
|
||||
{
|
||||
"all_frames": true,
|
||||
"js": ["js/content.js"],
|
||||
"matches": ["*://*/*"]
|
||||
}
|
||||
],
|
||||
"web_accessible_resources": ["js/modules/*"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user