summaryrefslogtreecommitdiff
path: root/frontend/delta/properties/manifest.webapp
authorGiulio 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)
commit20bea94ab6b91c85b171dcf86baba0a64169d508 (patch) (unidiff)
tree6e38e91498dcdb861620eba1e237d1026fe79cc5 /frontend/delta/properties/manifest.webapp
parentbde3c7b98523112ade9c5bbf7390c4ecb494cd2e (diff)
downloadclipperz-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.webapp17
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 @@
1{
2 "name": "Clipperz",
3 "description": "Keep it to yourself: store and manage your password and online credentials",
4 "launch_path": "/delta/index.html",
5 "icons": {
6 "16": "https://www.clipperz.com/manifests/logo/16.png",
7 "32": "https://www.clipperz.com/manifests/logo/32.png",
8 "30": "https://www.clipperz.com/manifests/logo/30.png",
9 "60": "https://www.clipperz.com/manifests/logo/60.png",
10 "128": "https://www.clipperz.com/manifests/logo/128.png"
11 },
12 "developer": {
13 "name": "Clipperz",
14 "url": "https://www.clipperz.com"
15 },
16 "default_locale": "en"
17} \ No newline at end of file