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-05-30 12:36:06 +00:00
"display": "standalone",
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-04-25 16:12:40 +00:00
"src": "/i/rDrama/192.png?x=2",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
2023-04-25 16:12:40 +00:00
"src": "/i/rDrama/512.png?x=2",
"sizes": "512x512",
"type": "image/png"
2022-07-16 21:00:02 +00:00
}
]
}