mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #1049 from FluorescentHallucinogen/patch-2
Add scope and use utm_source in manifest.json
This commit is contained in:
@@ -2,18 +2,19 @@
|
||||
"name": "My App",
|
||||
"short_name": "My App",
|
||||
"description": "My App description",
|
||||
"start_url": "./?homescreen=1",
|
||||
"start_url": "./?utm_source=web_app_manifest",
|
||||
"scope": "./",
|
||||
"display": "standalone",
|
||||
"theme_color": "#3f51b5",
|
||||
"background_color": "#3f51b5",
|
||||
"icons": [
|
||||
{
|
||||
"src": "images/manifest/icon-192x192.png",
|
||||
"src": "./images/manifest/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "images/manifest/icon-512x512.png",
|
||||
"src": "./images/manifest/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user