simple-note/manifest.webmanifest
westtle 3cde3b8fee added favicon(s)
...and some other stuff. i used a favicon generator (realfavicongenerator.net) and just removed some images i don't need (pretty sure there are more stuff that aren't necessary but i will keep them for now).
2024-02-08 15:59:33 +07:00

19 lines
No EOL
528 B
JSON

{
"name": "Simple Note",
"short_name": "Simple Note",
"description": "A very simple notepad that you can use.",
"icons": [
{
"src": "./assets/images/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./assets/images/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
}