Update manifest to be a chrome packaged app
This commit is contained in:
parent
22796099d8
commit
a57363f1c0
1 changed files with 4 additions and 10 deletions
|
@ -17,16 +17,10 @@
|
||||||
"128": "images/icon_128.png"
|
"128": "images/icon_128.png"
|
||||||
},
|
},
|
||||||
|
|
||||||
"browser_action": {
|
"app": {
|
||||||
"default_icon": {
|
"background": {
|
||||||
"19": "images/icon_19.png",
|
"page": "background.html"
|
||||||
"38": "images/icon_38.png"
|
}
|
||||||
},
|
|
||||||
"default_title": "Signal"
|
|
||||||
},
|
|
||||||
|
|
||||||
"background": {
|
|
||||||
"page": "background.html"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"options_page": "options.html",
|
"options_page": "options.html",
|
||||||
|
|
Loading…
Reference in a new issue