pirates/manifest.json
Omar Najjar 9b9c6c257e xx
2025-09-25 04:20:00 +10:00

21 lines
499 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": "/icons/androis-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/androis-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}