1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00

name change

This commit is contained in:
gorhill 2015-04-07 10:33:54 -04:00
parent ecafda2850
commit 7961c41986
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "uBlock", "name": "uBlock",
"version": "0.9.3.1", "version": "0.9.3.1",
"default_locale": "en", "default_locale": "en",
@ -16,11 +16,11 @@
"19": "img/browsericons/icon19-off.png", "19": "img/browsericons/icon19-off.png",
"38": "img/browsericons/icon38-off.png" "38": "img/browsericons/icon38-off.png"
}, },
"default_title": "uBlock", "default_title": "uBlock",
"default_popup": "popup.html" "default_popup": "popup.html"
}, },
"author": "The uBlock Development Team", "author": "The uBlock Development Team",
"background": { "background": {
"page": "background.html" "page": "background.html"
}, },
@ -63,7 +63,7 @@
"http://*/*", "http://*/*",
"https://*/*" "https://*/*"
], ],
"short_name": "uBlock", "short_name": "uBlock",
"web_accessible_resources": [ "web_accessible_resources": [
"document-blocked.html" "document-blocked.html"
] ]

View File

@ -1,6 +1,6 @@
{ {
"extName":{ "extName":{
"message":"uBlock", "message":"uBlock",
"description":"extension name." "description":"extension name."
}, },
"extShortDesc":{ "extShortDesc":{
@ -8,7 +8,7 @@
"description":"this will be in the chrome web store: must be 132 characters or less" "description":"this will be in the chrome web store: must be 132 characters or less"
}, },
"dashboardName":{ "dashboardName":{
"message":"uBlock — Dashboard", "message":"uBlock — Dashboard",
"description":"English: uBlock — Dashboard" "description":"English: uBlock — Dashboard"
}, },
"settingsPageName":{ "settingsPageName":{
@ -32,7 +32,7 @@
"description":"appears as tab name in dashboard" "description":"appears as tab name in dashboard"
}, },
"statsPageName":{ "statsPageName":{
"message":"uBlock — Network request log", "message":"uBlock — Network request log",
"description":"Title for the network request log window" "description":"Title for the network request log window"
}, },
"aboutPageName":{ "aboutPageName":{