moira_db/website/static/manifest.json
2026-07-02 22:12:52 +02:00

33 lines
655 B
JSON

{
"lang": "en",
"dir": "ltr",
"display": "standalone",
"name": "moira_db",
"short_name": "moira",
"icons": [{
"src": "icons/moira_db_64.png",
"type": "image/png"
}, {
"src": "icons/moira_db_192.png",
"type": "image/png"
}, {
"src": "icons/moira_db_512.png",
"type": "image/png"
}],
"id": "moira_db",
"start_url": "/",
"theme_color": "white",
"background_color": "black",
"share_target": {
"action": "/film/parse_msg/",
"method": "POST",
"enctype": "application/x-www-form-urlencoded",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}