noted/manifest.json
Omar Najjar 033b8d9b33 x
2025-03-17 22:38:45 +11:00

24 lines
No EOL
613 B
JSON

{
"name": "noted.",
"short_name": "noted.",
"description": "note ur shitty thoughts and dreams stooge",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#f1f1f1",
"orientation": "portrait-primary",
"icons": [
{
"src": "https://radical.omar-c29.workers.dev/memes/fry.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://radical.omar-c29.workers.dev/memes/fry.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}