|
|
|
@ -17,17 +17,20 @@ |
|
|
|
|
"src": "assets/img/glowing_bear_128x128.png", |
|
|
|
|
"sizes": "128x128" |
|
|
|
|
}], |
|
|
|
|
"scope": "/glowing-bear/", |
|
|
|
|
"start_url": "/glowing-bear/index.html", |
|
|
|
|
"scope": "/", |
|
|
|
|
"start_url": "/index.html", |
|
|
|
|
"display": "standalone", |
|
|
|
|
"orientation": "portrait-primary", |
|
|
|
|
"theme_color": "#181818", |
|
|
|
|
"background_color": "#333", |
|
|
|
|
"prefer_related_applications": false, |
|
|
|
|
"chrome_related_applications": [{ |
|
|
|
|
"platform": "web" |
|
|
|
|
}, { |
|
|
|
|
"platform": "android", |
|
|
|
|
"location": "https://play.google.com/store/apps/details?id=com.glowing_bear" |
|
|
|
|
}] |
|
|
|
|
"chrome_related_applications": [ |
|
|
|
|
{ |
|
|
|
|
"platform": "web" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"platform": "android", |
|
|
|
|
"location": "https://play.google.com/store/apps/details?id=com.glowing_bear" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|