mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
22 lines
441 B
JSON
22 lines
441 B
JSON
{
|
|
"name": "My App",
|
|
"short_name": "My App",
|
|
"description": "My App description",
|
|
"icons": [
|
|
{
|
|
"src": "images/manifest/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/manifest/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#3f51b5",
|
|
"background_color": "#3f51b5"
|
|
}
|