diff options
author | crupest <crupest@outlook.com> | 2023-07-11 01:07:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 01:07:57 +0800 |
commit | a702dff4b62090a4e5453a8b9236824288df0c4f (patch) | |
tree | 0deae7f40692345c8e4b1473cdddbd13e0e5586d /FrontEnd/favicons/site.webmanifest | |
parent | 4cb87464fea217e1d0969747d6a17e88973982e7 (diff) | |
parent | d46b1aed549938c9f5e3e658b4098e71b5e2acf7 (diff) | |
download | timeline-a702dff4b62090a4e5453a8b9236824288df0c4f.tar.gz timeline-a702dff4b62090a4e5453a8b9236824288df0c4f.tar.bz2 timeline-a702dff4b62090a4e5453a8b9236824288df0c4f.zip |
Merge pull request #1381 from crupest/front-dev
Re-bootstrap front end.
Diffstat (limited to 'FrontEnd/favicons/site.webmanifest')
-rw-r--r-- | FrontEnd/favicons/site.webmanifest | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/FrontEnd/favicons/site.webmanifest b/FrontEnd/favicons/site.webmanifest new file mode 100644 index 00000000..d0b6b442 --- /dev/null +++ b/FrontEnd/favicons/site.webmanifest @@ -0,0 +1,21 @@ +{
+ "$schema": "http://json.schemastore.org/web-manifest",
+ "name": "Timeline",
+ "short_name": "Timeline",
+ "description": "Record your life in Timeline! Created by crupest.",
+ "icons": [
+ {
+ "src": "./android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "./android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
\ No newline at end of file |