Telegram Web, preconfigured for usage in I2P.
http://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
392 B
18 lines
392 B
11 years ago
|
{
|
||
|
"name": "Telegram UNOFFICIAL",
|
||
|
"version": "0.0.9",
|
||
|
"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",
|
||
|
"128": "img/icons/icon128.png" }
|
||
|
}
|