From dc208478fd18a4e28c0083641bf405170859fc58 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Thu, 10 Mar 2022 23:21:38 -0500 Subject: Magnum Opus pt1 --- static/desc.png | Bin 0 -> 50785 bytes static/favicon.ico | Bin 0 -> 5694 bytes static/logo-new-512.png | Bin 0 -> 238578 bytes static/logo-new.png | Bin 0 -> 29302 bytes static/manifest.json | 23 +++++++++++++++++++++++ 5 files changed, 23 insertions(+) create mode 100644 static/desc.png create mode 100644 static/favicon.ico create mode 100644 static/logo-new-512.png create mode 100644 static/logo-new.png create mode 100644 static/manifest.json (limited to 'static') diff --git a/static/desc.png b/static/desc.png new file mode 100644 index 0000000..4d8ec37 Binary files /dev/null and b/static/desc.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..83b380d Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/logo-new-512.png b/static/logo-new-512.png new file mode 100644 index 0000000..33fd586 Binary files /dev/null and b/static/logo-new-512.png differ diff --git a/static/logo-new.png b/static/logo-new.png new file mode 100644 index 0000000..f53fe30 Binary files /dev/null and b/static/logo-new.png differ diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..f60fd17 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,23 @@ + { + "name": "Ace Attorney Online", + "short_name": "WebAO", + "start_url": "index.html", + "scope": "./", + "icons": [ + { + "src": "logo-new.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "logo-new-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any maskable" + + } + ], + "theme_color": "#2c3d51", + "background_color": "#2c3d51", + "display": "standalone" + } \ No newline at end of file -- cgit