Telegram Web K with changes to work inside I2P
https://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.
46 lines
1.3 KiB
46 lines
1.3 KiB
{ |
|
"name": "Telegram Web I2P", |
|
"short_name": "Telegram Web I2P", |
|
"start_url": "./", |
|
"description": "Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed. I2P-based web client.", |
|
"icons": [ |
|
{ |
|
"src": "assets/img/icon_square_192.png?v=jw3mK7G9Ry", |
|
"sizes": "192x192", |
|
"type": "image/png" |
|
}, |
|
{ |
|
"src": "assets/img/icon_square_384.png?v=jw3mK7G9Ry", |
|
"sizes": "384x384", |
|
"type": "image/png" |
|
}, |
|
{ |
|
"src": "assets/img/icon_square_512.png?v=jw3mK7G9Ry", |
|
"sizes": "512x512", |
|
"type": "image/png" |
|
} |
|
], |
|
"screenshots" : [{ |
|
"src": "assets/img/screenshot.jpg", |
|
"sizes": "1280x910", |
|
"type": "image/jpeg" |
|
}], |
|
"share_target": { |
|
"action": "./share/", |
|
"method": "POST", |
|
"enctype": "multipart/form-data", |
|
"params": { |
|
"title": "title", |
|
"text": "text", |
|
"url": "url", |
|
"files": [{ |
|
"name": "files", |
|
"accept": "*/*" |
|
}] |
|
} |
|
}, |
|
"theme_color": "#ffffff", |
|
"background_color": "#ffffff", |
|
"display": "standalone", |
|
"gcm_sender_id": "122867383838" |
|
}
|
|
|