bump version
This commit is contained in:
parent
3f9b7b91df
commit
ccc6a77557
|
@ -1,13 +1,12 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
"version": "7.0.3",
|
||||||
|
|
||||||
"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",
|
"icons": {"128": "res/icon.png"},
|
||||||
"app": {
|
"app": {
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["res/background.js"]
|
"scripts": ["res/background.js"]
|
||||||
|
|
Loading…
Reference in New Issue