author | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2013-10-02 07:59:30 (UTC) |
---|---|---|
committer | Giulio Cesare Solaroli <giulio.cesare@clipperz.com> | 2013-10-02 07:59:30 (UTC) |
commit | 1180b7b195157aaeb4f0d5380e0c886bbd06c2e2 (patch) (side-by-side diff) | |
tree | 709e33a09d9325d382aabaf0a0828e20ebdb96db /frontend/delta/properties/manifest.webapp | |
parent | 20bea94ab6b91c85b171dcf86baba0a64169d508 (diff) | |
download | clipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.zip clipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.tar.gz clipperz-1180b7b195157aaeb4f0d5380e0c886bbd06c2e2.tar.bz2 |
Updated /delta
Switched from less to scss. Still no build script to update the final CSS, though.
Added preliminary support for storing account data on browser's local storage for offline viewing. No public backend currently support this feature.
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, 0 insertions, 17 deletions
diff --git a/frontend/delta/properties/manifest.webapp b/frontend/delta/properties/manifest.webapp deleted file mode 100644 index cd18e01..0000000 --- a/frontend/delta/properties/manifest.webapp +++ b/dev/null @@ -1,17 +0,0 @@ -{ - "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 |