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.

30 lines
713 B

11 years ago
{
"name": "Telegram I2P",
"description": "Telegram Web App for I2P.\nMore info & source code here: https://gitlab.i2pd.xyz/r4sas/webogram-i2p",
"version": "0.7.0",
"short_name": "Telegram I2P",
11 years ago
"manifest_version": 2,
"app": {
"background": {
10 years ago
"scripts": ["js/background.js"]
11 years ago
}
},
"permissions": [
"notifications",
11 years ago
"webview",
{"fileSystem": ["write"]},
"storage",
9 years ago
"unlimitedStorage",
"fullscreen"
11 years ago
],
"gcm_sender_id": "122867383838",
"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"
}
}