diff --git a/website/static/icons/moira_db_192.png b/website/static/icons/moira_db_192.png new file mode 100644 index 0000000..1865df8 Binary files /dev/null and b/website/static/icons/moira_db_192.png differ diff --git a/website/static/icons/moira_db_512.png b/website/static/icons/moira_db_512.png new file mode 100644 index 0000000..0e64bd5 Binary files /dev/null and b/website/static/icons/moira_db_512.png differ diff --git a/website/static/icons/moira_db_64.png b/website/static/icons/moira_db_64.png new file mode 100644 index 0000000..4a49bcc Binary files /dev/null and b/website/static/icons/moira_db_64.png differ diff --git a/website/static/manifest.json b/website/static/manifest.json new file mode 100644 index 0000000..a3dc73f --- /dev/null +++ b/website/static/manifest.json @@ -0,0 +1,35 @@ +{ + "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": "POST", + "enctype": "application/x-www-form-urlencoded", + "params": { + "title": "title", + "text": "text", + "url": "url" + } + } +} diff --git a/website/templates/film/view/index.html b/website/templates/film/view/index.html new file mode 100644 index 0000000..94cdf4a --- /dev/null +++ b/website/templates/film/view/index.html @@ -0,0 +1,25 @@ + + + +
+ + + +