rDrama/files/assets/manifest_rDrama.json

23 lines
421 B
JSON
Raw Normal View History

2022-07-16 21:00:02 +00:00
{
"name": "rDrama",
"short_name": "rDrama",
"start_url": "https://rdrama.net",
2023-03-21 17:22:14 +00:00
"display": "minimal-ui",
2022-07-16 21:00:02 +00:00
"background_color": "#FF66AC",
"theme_color": "#805AD5",
2022-07-16 21:00:02 +00:00
"description": "rDrama",
"icons": [
{
2023-03-21 13:58:14 +00:00
"src": "/i/rDrama/192.png?x=1",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
2023-03-21 13:58:14 +00:00
"src": "/i/rDrama/512.png?x=1",
"sizes": "512x512",
"type": "image/png"
2022-07-16 21:00:02 +00:00
}
]
}