mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #349 from PolymerElements/manifest-splashscreen
Implement support for Chrome for Android splashscreen
This commit is contained in:
BIN
app/images/touch/chrome-splashscreen-icon-384x384.png
Normal file
BIN
app/images/touch/chrome-splashscreen-icon-384x384.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -20,7 +20,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
<!-- Place favicon.ico in the `app/` directory -->
|
||||
|
||||
<!-- Chrome for Android theme color -->
|
||||
<meta name="theme-color" content="#303F9F">
|
||||
<meta name="theme-color" content="#2E3AA1">
|
||||
|
||||
<!-- Web Application Manifest -->
|
||||
<link rel="manifest" href="manifest.json">
|
||||
|
||||
@@ -17,7 +17,13 @@
|
||||
"src": "images/touch/chrome-touch-icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},{
|
||||
"src": "images/touch/chrome-splashscreen-icon-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}],
|
||||
"start_url": "/#!/",
|
||||
"display": "standalone"
|
||||
"start_url": "/?homescreen=1",
|
||||
"background_color": "#3E4EB8",
|
||||
"display": "standalone",
|
||||
"theme_color": "#2E3AA1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user