first commit
This commit is contained in:
21
manifest.json
Normal file
21
manifest.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Selenite",
|
||||
"short_name": "Selenite",
|
||||
"start_url": "index.html",
|
||||
"scope": "./",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/selenite192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "img/selenite.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#10002b",
|
||||
"display": "standalone"
|
||||
}
|
Reference in New Issue
Block a user