1b8071f0bb
//FREEBIE
29 lines
535 B
JSON
29 lines
535 B
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "Signal",
|
|
"short_name": "Signal",
|
|
"description": "Private Messenger",
|
|
"version": "0.0.1",
|
|
"offline_enabled": false,
|
|
|
|
"permissions": [
|
|
"unlimitedStorage",
|
|
"notifications",
|
|
"fileSystem",
|
|
"alarms"
|
|
],
|
|
|
|
"icons": {
|
|
"16": "images/icon_16.png",
|
|
"32": "images/icon_32.png",
|
|
"48": "images/icon_48.png",
|
|
"128": "images/icon_128.png"
|
|
},
|
|
|
|
"app": {
|
|
"background": {
|
|
"page": "background.html"
|
|
}
|
|
}
|
|
}
|