24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"name": "Telegram UNOFFICIAL",
|
|
"version": "0.0.12",
|
|
"short_name": "Webogram",
|
|
"manifest_version": 2,
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["vendor/angular/angular.js", "js/background.js"]
|
|
}
|
|
},
|
|
"permissions": [
|
|
"webview",
|
|
{"fileSystem": ["write"]},
|
|
"storage"
|
|
],
|
|
"icons": {
|
|
"16": "img/icons/icon16.png",
|
|
"32": "img/icons/icon32.png",
|
|
"60": "img/icons/icon60.png",
|
|
"64": "img/icons/icon64.png",
|
|
"90": "img/icons/icon90.png",
|
|
"128": "img/icons/icon128.png"
|
|
}
|
|
} |