summaryrefslogtreecommitdiff
path: root/web/manifest.json
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2025-12-08 20:12:09 -0500
committerMica White <botahamec@outlook.com>2025-12-08 20:12:09 -0500
commit7c8b5676fecffe5468810b703c579acb6a5fd256 (patch)
tree0c4ff107dfd012a4d03500f41f3607aff1d52616 /web/manifest.json
First commit
Diffstat (limited to 'web/manifest.json')
-rwxr-xr-xweb/manifest.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/web/manifest.json b/web/manifest.json
new file mode 100755
index 0000000..ab3db3f
--- /dev/null
+++ b/web/manifest.json
@@ -0,0 +1,35 @@
+{
+ "name": "speedometer",
+ "short_name": "speedometer",
+ "start_url": ".",
+ "display": "standalone",
+ "background_color": "#0175C2",
+ "theme_color": "#0175C2",
+ "description": "A new Flutter project.",
+ "orientation": "portrait-primary",
+ "prefer_related_applications": false,
+ "icons": [
+ {
+ "src": "icons/Icon-192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/Icon-512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ },
+ {
+ "src": "icons/Icon-maskable-192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "icons/Icon-maskable-512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ]
+}