author | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2013-08-30 15:56:53 (UTC) |
---|---|---|
committer | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2013-08-30 21:23:42 (UTC) |
commit | 20bea94ab6b91c85b171dcf86baba0a64169d508 (patch) (side-by-side diff) | |
tree | 6e38e91498dcdb861620eba1e237d1026fe79cc5 /frontend/delta/properties/manifest.webapp | |
parent | bde3c7b98523112ade9c5bbf7390c4ecb494cd2e (diff) | |
download | clipperz-20bea94ab6b91c85b171dcf86baba0a64169d508.zip clipperz-20bea94ab6b91c85b171dcf86baba0a64169d508.tar.gz clipperz-20bea94ab6b91c85b171dcf86baba0a64169d508.tar.bz2 |
First release of /delta version
Diffstat (limited to 'frontend/delta/properties/manifest.webapp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | frontend/delta/properties/manifest.webapp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/frontend/delta/properties/manifest.webapp b/frontend/delta/properties/manifest.webapp new file mode 100644 index 0000000..cd18e01 --- a/dev/null +++ b/frontend/delta/properties/manifest.webapp @@ -0,0 +1,17 @@ +{ + "name": "Clipperz", + "description": "Keep it to yourself: store and manage your password and online credentials", + "launch_path": "/delta/index.html", + "icons": { + "16": "https://www.clipperz.com/manifests/logo/16.png", + "32": "https://www.clipperz.com/manifests/logo/32.png", + "30": "https://www.clipperz.com/manifests/logo/30.png", + "60": "https://www.clipperz.com/manifests/logo/60.png", + "128": "https://www.clipperz.com/manifests/logo/128.png" + }, + "developer": { + "name": "Clipperz", + "url": "https://www.clipperz.com" + }, + "default_locale": "en" +}
\ No newline at end of file |