pirates/manifest.json
2025-09-25 04:12:20 +10:00

21 lines
449 B
JSON

{
"name": "Watermelon Movies 🍉",
"short_name": "Watermelon Movies",
"description": "The Jews took Hollywood, we're stealing it back",
"start_url": "/",
"display": "standalone",
"background_color": "#32cd32",
"theme_color": "#ff6347",
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}