moira_db/website/static/manifest.json
2026-07-02 23:02:05 +02:00

35 lines
678 B
JSON

{
"lang": "en",
"dir": "ltr",
"display": "standalone",
"name": "moira_db",
"short_name": "moira",
"icons": [{
"src": "icons/moira_db_64.png",
"type": "image/png",
"sizes": "64x64"
}, {
"src": "icons/moira_db_192.png",
"type": "image/png",
"sizes": "192x192"
}, {
"src": "icons/moira_db_512.png",
"type": "image/png",
"sizes": "512x512"
}],
"id": "moira_db",
"start_url": "/",
"theme_color": "white",
"background_color": "black",
"share_target": {
"action": "/film/parse_msg/",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}