refactor(manifest): description, name and version
This commit is contained in:
parent
ab91142674
commit
a706adcbb2
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "NoMoreCookies",
|
"name": "No More Cookies",
|
||||||
"version": "1.5",
|
"version": "1.6",
|
||||||
"description": "A Chrome extension that allows you to refuse cookie consent dialogs automatically",
|
"description": "A Chrome extension that allows you to remove cookie consent dialogs automatically",
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"page_action": {
|
"page_action": {
|
||||||
"default_icon": "assets/icon32.png",
|
"default_icon": "assets/icon32.png",
|
||||||
"default_title": "NoMoreCookies"
|
"default_title": "No More Cookies"
|
||||||
},
|
},
|
||||||
"manifest_version": 2
|
"manifest_version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user