rDrama/files/assets/manifest_PCM.json

23 lines
413 B
JSON
Raw Normal View History

2022-07-16 21:00:02 +00:00
{
2022-11-19 22:15:11 +00:00
"name": "PCM",
"short_name": "PCM",
2022-11-29 22:47:39 +00:00
"start_url": "https://pcmemes.net",
"display": "minimal-ui",
2022-11-19 22:15:11 +00:00
"background_color": "#805AD5",
2022-11-29 23:00:03 +00:00
"theme_color": "#805AD5",
2022-11-19 22:15:11 +00:00
"description": "PCM",
"icons": [
{
"src": "/i/PCM/192.png?v=2001",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/i/PCM/512.png?v=2001",
"sizes": "512x512",
"type": "image/png"
2022-11-19 22:15:11 +00:00
}
]
}