about summary refs log tree commit diff stats
path: root/js/leibovitz/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/leibovitz/manifest.json')
-rw-r--r--js/leibovitz/manifest.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/js/leibovitz/manifest.json b/js/leibovitz/manifest.json
new file mode 100644
index 0000000..1ddc0b2
--- /dev/null
+++ b/js/leibovitz/manifest.json
@@ -0,0 +1,71 @@
+{
+ "name": "Leibovitz",
+ "short_name": "Leibovitz",
+ "description": "A web-based camera that lets you make fun photos",
+ "start_url": ".",
+ "display": "standalone",
+ "background_color": "#f5f5dc",
+ "theme_color": "#f5f5dc",
+ "orientation": "portrait",
+ "icons": [
+  {
+   "src": "android-icon-36x36.png",
+   "sizes": "36x36",
+   "type": "image/png",
+   "density": "0.75"
+  },
+  {
+   "src": "android-icon-48x48.png",
+   "sizes": "48x48",
+   "type": "image/png",
+   "density": "1.0"
+  },
+  {
+   "src": "android-icon-72x72.png",
+   "sizes": "72x72",
+   "type": "image/png",
+   "density": "1.5"
+  },
+  {
+   "src": "android-icon-96x96.png",
+   "sizes": "96x96",
+   "type": "image/png",
+   "density": "2.0"
+  },
+  {
+   "src": "android-icon-144x144.png",
+   "sizes": "144x144",
+   "type": "image/png",
+   "density": "3.0"
+  },
+  {
+   "src": "android-icon-192x192.png",
+   "sizes": "192x192",
+   "type": "image/png",
+   "density": "4.0"
+  },
+  {
+   "src": "apple-icon-180x180.png",
+   "sizes": "180x180",
+   "type": "image/png"
+  }
+ ],
+ "categories": ["photo", "camera", "art"],
+ "prefer_related_applications": false,
+ "shortcuts": [
+  {
+   "name": "Take Photo",
+   "short_name": "Camera",
+   "description": "Open camera to take a photo",
+   "url": "?action=camera",
+   "icons": [{ "src": "android-icon-96x96.png", "sizes": "96x96" }]
+  },
+  {
+   "name": "Edit Photo",
+   "short_name": "Edit",
+   "description": "Open photo editor",
+   "url": "?action=edit",
+   "icons": [{ "src": "android-icon-96x96.png", "sizes": "96x96" }]
+  }
+ ]
+}
\ No newline at end of file