diff options
author | Mr.doob <[email protected]> | 2019-11-18 14:05:35 -0600 |
---|---|---|
committer | Mr.doob <[email protected]> | 2019-11-18 14:05:35 -0600 |
commit | e0812dbcb8ec24990a0a8fc64de11f711343be74 (patch) | |
tree | 86d3ef07e7dc68cc992746bbe5402d8708e1281a /manifest.json | |
parent | bc3b88571dcf8935f95a8a17132b63469685549c (diff) | |
download | Orca-e0812dbcb8ec24990a0a8fc64de11f711343be74.tar.gz Orca-e0812dbcb8ec24990a0a8fc64de11f711343be74.zip |
Implemented ServiceWorker
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 14 |
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" + } + ] +} |