7ec377950c
These properties are not supported in packaged apps.
25 lines
437 B
JSON
25 lines
437 B
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "Signal",
|
|
"description": "Private Messenger",
|
|
"version": "0.0.1",
|
|
"offline_enabled": false,
|
|
|
|
"permissions": [
|
|
"unlimitedStorage",
|
|
"notifications"
|
|
],
|
|
|
|
"icons": {
|
|
"16": "images/icon_16.png",
|
|
"48": "images/icon_48.png",
|
|
"128": "images/icon_128.png"
|
|
},
|
|
|
|
"app": {
|
|
"background": {
|
|
"page": "background.html"
|
|
}
|
|
}
|
|
}
|