aboutsummaryrefslogtreecommitdiffhomepage
path: root/manifest.json
diff options
context:
space:
mode:
authorMr.doob <[email protected]>2019-11-18 14:05:35 -0600
committerMr.doob <[email protected]>2019-11-18 14:05:35 -0600
commite0812dbcb8ec24990a0a8fc64de11f711343be74 (patch)
tree86d3ef07e7dc68cc992746bbe5402d8708e1281a /manifest.json
parentbc3b88571dcf8935f95a8a17132b63469685549c (diff)
downloadOrca-e0812dbcb8ec24990a0a8fc64de11f711343be74.tar.gz
Orca-e0812dbcb8ec24990a0a8fc64de11f711343be74.zip
Implemented ServiceWorker
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..972e1f9
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "Orca",
+ "short_name": "Orca",
+ "start_url": ".",
+ "scope": ".",
+ "display": "standalone",
+ "icons": [
+ {
+ "src": "./desktop/icon.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ]
+}