Unique icon for beta
This commit is contained in:
parent
b874bbf474
commit
7d4eb8dbc0
|
@ -1,9 +1,14 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "BETA Woozle Scoreboard",
|
"name": "BETA Woozle Scoreboard",
|
||||||
"short_name": "BETA Scoreboard",
|
"short_name": "BETA Scoreboard",
|
||||||
|
"icons": {"128": "res/icon-plaid.png"},
|
||||||
|
|
||||||
"_name": "__MSG_appName__",
|
"_name": "__MSG_appName__",
|
||||||
"_short_name": "__MSG_appShortName__",
|
"_short_name": "__MSG_appShortName__",
|
||||||
|
"_icons": {"128": "res/icon.png"},
|
||||||
|
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"author": "Neale Pickett <neale@woozle.org>",
|
"author": "Neale Pickett <neale@woozle.org>",
|
||||||
"version": "7.0.2",
|
"version": "7.0.2",
|
||||||
|
@ -12,9 +17,6 @@
|
||||||
"scripts": ["res/background.js"]
|
"scripts": ["res/background.js"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"icons": {
|
|
||||||
"128": "res/icon.png"
|
|
||||||
},
|
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"storage",
|
"storage",
|
||||||
"fileSystem",
|
"fileSystem",
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 187 B |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue