mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Add homescreen app manifest for Android Chrome
Android Chrome fixed the keyboard issue, so we can finally use the no-URL-bar version of the homescreen app.
This commit is contained in:
parent
9e35550fc8
commit
a8d78b397c
|
|
@ -3,9 +3,8 @@ CACHE MANIFEST
|
|||
|
||||
# Explicitly cached 'master entries'.
|
||||
CACHE:
|
||||
sim.css
|
||||
js/
|
||||
data/
|
||||
sprites/
|
||||
|
||||
# Resources that require the user to be online.
|
||||
NETWORK:
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ http://play.pokemonshowdown.com/development
|
|||
<link rel="stylesheet" href="//play.pokemonshowdown.com/style/jquery.slider.min.css?" />
|
||||
<!-- meta name="mobile-web-app-capable" content="yes" / -->
|
||||
<!-- meta name="apple-mobile-web-app-capable" content="yes" / -->
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta name="google-signin-client_id" content="912270888098-jjnre816lsuhc5clj3vbcn4o2q7p4qvk.apps.googleusercontent.com">
|
||||
<script>
|
||||
|
|
|
|||
23
manifest.json
Normal file
23
manifest.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"short_name": "Showdown!",
|
||||
"name": "Pokémon Showdown!",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon-16.png",
|
||||
"type": "image/png",
|
||||
"sizes": "16x16"
|
||||
},
|
||||
{
|
||||
"src": "favicon-48.png",
|
||||
"type": "image/png",
|
||||
"sizes": "48x48"
|
||||
},
|
||||
{
|
||||
"src": "favicon-256.png",
|
||||
"type": "image/png",
|
||||
"sizes": "256x256"
|
||||
}
|
||||
],
|
||||
"start_url": "/?utm_source=homescreen",
|
||||
"display": "standalone"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user