pirates/manifest.json
2025-09-25 05:03:59 +10:00

21 lines
477 B
JSON

{
"name": "🍉",
"short_name": "🏴‍☠️",
"description": "The Jews took Hollywood, we're stealing it back",
"start_url": "/",
"display": "standalone",
"background_color": "#32cd32",
"theme_color": "#32cd32",
"icons": [
{
"src": "/icons/androis-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/androis-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}