Update manifest to be a chrome packaged app

This commit is contained in:
lilia 2015-05-11 13:33:26 -07:00
parent 22796099d8
commit a57363f1c0

View file

@ -17,16 +17,10 @@
"128": "images/icon_128.png"
},
"browser_action": {
"default_icon": {
"19": "images/icon_19.png",
"38": "images/icon_38.png"
},
"default_title": "Signal"
},
"background": {
"page": "background.html"
"app": {
"background": {
"page": "background.html"
}
},
"options_page": "options.html",