Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit c53e1fc

Browse files
authored
Merge pull request #1067 from PolymerElements/manifest-json
Update manifest.json
2 parents 6bf448c + 51edd85 commit c53e1fc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

manifest.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22
"name": "My App",
33
"short_name": "My App",
44
"description": "My App description",
5-
"start_url": "./?utm_source=web_app_manifest",
6-
"scope": "./",
7-
"display": "standalone",
8-
"theme_color": "#3f51b5",
9-
"background_color": "#3f51b5",
105
"icons": [
116
{
12-
"src": "./images/manifest/icon-192x192.png",
7+
"src": "images/manifest/icon-192x192.png",
138
"sizes": "192x192",
149
"type": "image/png"
1510
},
1611
{
17-
"src": "./images/manifest/icon-512x512.png",
12+
"src": "images/manifest/icon-512x512.png",
1813
"sizes": "512x512",
1914
"type": "image/png"
2015
}
21-
]
16+
],
17+
"start_url": "/",
18+
"display": "standalone",
19+
"theme_color": "#3f51b5",
20+
"background_color": "#3f51b5"
2221
}

0 commit comments

Comments
 (0)