This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2020-02-12 17:23:10 +00:00
|
|
|
{
|
2020-02-13 16:41:22 +00:00
|
|
|
"short_name": "Skynet",
|
|
|
|
"name": "Skynet",
|
2020-02-12 17:23:10 +00:00
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "favicon.ico",
|
|
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
|
|
"type": "image/x-icon"
|
|
|
|
},
|
|
|
|
{
|
2020-02-18 15:50:09 +00:00
|
|
|
"src": "android-chrome-192x192.png",
|
2020-02-12 17:23:10 +00:00
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "192x192"
|
|
|
|
},
|
|
|
|
{
|
2020-02-18 15:50:09 +00:00
|
|
|
"src": "android-chrome-512x512.png",
|
2020-02-12 17:23:10 +00:00
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "512x512"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"start_url": ".",
|
|
|
|
"display": "standalone",
|
|
|
|
"theme_color": "#000000",
|
|
|
|
"background_color": "#ffffff"
|
|
|
|
}
|