Browse Source

update app manifests, links, title

Signed-off-by: r4sas <r4sas@i2pmail.org>
master
R4SAS 5 years ago
parent
commit
6f002bb38f
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 6
      app/badbrowser.html
  2. 16
      app/index.html
  3. 6
      app/manifest.json
  4. 4
      app/manifest.webapp
  5. 6
      app/manifest.webapp.json

6
app/badbrowser.html

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Telegram Web</title> <title>Telegram Web I2P</title>
<!-- build:css css/badbrowser.css --> <!-- build:css css/badbrowser.css -->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"/> <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"/>
@ -23,7 +23,7 @@
<div class="bad_browser_text"> <div class="bad_browser_text">
<p> <p>
Don't take this personally, but your browser is too old to run <strong>Telegram Web</strong>.<br/> Don't take this personally, but your browser is too old to run <strong>Telegram Web I2P</strong>.<br/>
We require HTML5 support for the MTProto secure messaging protocol to work. We require HTML5 support for the MTProto secure messaging protocol to work.
</p> </p>
<p> <p>
@ -41,4 +41,4 @@
</div> </div>
</body> </body>
</html> </html>

16
app/index.html

@ -6,7 +6,7 @@
<![endif]--> <![endif]-->
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Telegram Web</title> <title>Telegram Web I2P</title>
<!-- build:css css/app.css --> <!-- build:css css/app.css -->
<link rel="stylesheet" href="vendor/angular/angular-csp.css"/> <link rel="stylesheet" href="vendor/angular/angular-csp.css"/>
@ -26,19 +26,19 @@
<link rel="apple-touch-icon" sizes="120x120" href="img/iphone_home120.png"> <link rel="apple-touch-icon" sizes="120x120" href="img/iphone_home120.png">
<link rel="apple-touch-startup-image" media="(device-width: 320px)" href="img/iphone_startup.png"> <link rel="apple-touch-startup-image" media="(device-width: 320px)" href="img/iphone_startup.png">
<meta name="apple-mobile-web-app-title" content="Telegram Web"> <meta name="apple-mobile-web-app-title" content="Telegram Web I2P">
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#497495"> <meta name="theme-color" content="#497495">
<meta name="google" content="notranslate"> <meta name="google" content="notranslate">
<meta property="og:title" content="Telegram Web"> <meta property="og:title" content="Telegram Web I2P">
<meta property="og:url" content="https://web.telegram.org/"> <meta property="og:url" content="http://web.telegram.i2p/">
<meta property="og:image" content="https://web.telegram.org/img/logo_share.png"> <meta property="og:image" content="http://web.telegram.i2p/img/logo_share.png">
<meta property="og:site_name" content="Telegram Web"> <meta property="og:site_name" content="Telegram Web I2P">
<meta property="description" content="Welcome to the Web application of Telegram messenger. See https://github.com/zhukov/webogram for more info."> <meta property="description" content="Welcome to the Web application of Telegram messenger for I2P. See https://gitlab.i2pd.xyz/r4sas/webogram-i2p for more info.">
<meta property="og:description" content="Welcome to the Web application of Telegram messenger. See https://github.com/zhukov/webogram for more info."> <meta property="og:description" content="Welcome to the Web application of Telegram messenger for I2P. See https://gitlab.i2pd.xyz/r4sas/webogram-i2p for more info.">
</head> </head>
<body> <body>

6
app/manifest.json

@ -1,8 +1,8 @@
{ {
"name": "Telegram", "name": "Telegram I2P",
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", "description": "Telegram Web App for I2P.\nMore info & source code here: https://gitlab.i2pd.xyz/r4sas/webogram-i2p",
"version": "0.7.0", "version": "0.7.0",
"short_name": "Telegram", "short_name": "Telegram I2P",
"manifest_version": 2, "manifest_version": 2,
"app": { "app": {
"background": { "background": {

4
app/manifest.webapp

@ -1,6 +1,6 @@
{ {
"name": "Telegram", "name": "Telegram I2P",
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", "description": "Telegram Web App for I2P.\nMore info & source code here: https://gitlab.i2pd.xyz/r4sas/webogram-i2p",
"version": "0.7.0", "version": "0.7.0",
"type": "privileged", "type": "privileged",
"launch_path": "/index.html", "launch_path": "/index.html",

6
app/manifest.webapp.json

@ -1,7 +1,7 @@
{ {
"name": "Telegram", "name": "Telegram I2P",
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", "description": "Telegram Web App for I2P.\nMore info & source code here: https://gitlab.i2pd.xyz/r4sas/webogram-i2p",
"short_name": "Telegram", "short_name": "Telegram I2P",
"display": "standalone", "display": "standalone",
"theme_color": "#497495", "theme_color": "#497495",
"gcm_sender_id": "122867383838", "gcm_sender_id": "122867383838",

Loading…
Cancel
Save