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.
 
 
 
 
 
 

29 lines
713 B

{
"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",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["js/background.js"]
}
},
"permissions": [
"notifications",
"webview",
{"fileSystem": ["write"]},
"storage",
"unlimitedStorage",
"fullscreen"
],
"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"
}
}