-rw-r--r-- | frontend/delta/properties/delta.properties.json | 10 | ||||
-rw-r--r-- | frontend/delta/properties/manifest.appcache | 20 | ||||
-rw-r--r-- | frontend/delta/properties/manifest.webapp | 17 |
3 files changed, 29 insertions, 18 deletions
diff --git a/frontend/delta/properties/delta.properties.json b/frontend/delta/properties/delta.properties.json index c23e6a8..dafbdf8 100644 --- a/frontend/delta/properties/delta.properties.json +++ b/frontend/delta/properties/delta.properties.json | |||
@@ -31,7 +31,11 @@ | |||
31 | "MochiKit/Selector.js", | 31 | "MochiKit/Selector.js", |
32 | "-- MochiKit/Visual.js", | 32 | "-- MochiKit/Visual.js", |
33 | 33 | ||
34 | "React/react-0.4.1.js", | 34 | "-- React/react-0.4.1.js", |
35 | "React/react-0.5.0-alpha.js", | ||
36 | |||
37 | "-- Hammer/hammer-1.0.5.js", | ||
38 | |||
35 | "Cubiq/add2home.js", | 39 | "Cubiq/add2home.js", |
36 | 40 | ||
37 | "Clipperz/YUI/Utils.js", | 41 | "Clipperz/YUI/Utils.js", |
@@ -110,6 +114,8 @@ | |||
110 | "Clipperz/PM/DataModel/DirectLoginFormValue.js", | 114 | "Clipperz/PM/DataModel/DirectLoginFormValue.js", |
111 | "Clipperz/PM/DataModel/OneTimePassword.js", | 115 | "Clipperz/PM/DataModel/OneTimePassword.js", |
112 | 116 | ||
117 | "Clipperz/PM/DataModel/DevicePreferences.js", | ||
118 | |||
113 | "-- Clipperz/PM/UI/Web/Components/BaseComponent.js", | 119 | "-- Clipperz/PM/UI/Web/Components/BaseComponent.js", |
114 | "-- Clipperz/PM/UI/Web/Components/Overlay.js", | 120 | "-- Clipperz/PM/UI/Web/Components/Overlay.js", |
115 | "-- Clipperz/PM/UI/Web/Components/LoginForm.js", | 121 | "-- Clipperz/PM/UI/Web/Components/LoginForm.js", |
@@ -118,11 +124,13 @@ | |||
118 | "-- Clipperz/PM/UI/Web/Controllers/MainController.js", | 124 | "-- Clipperz/PM/UI/Web/Controllers/MainController.js", |
119 | 125 | ||
120 | "Clipperz/PM/UI/Components/Overlay.js", | 126 | "Clipperz/PM/UI/Components/Overlay.js", |
127 | "Clipperz/PM/UI/Components/Checkbox.js", | ||
121 | "Clipperz/PM/UI/Components/PageTemplate.js", | 128 | "Clipperz/PM/UI/Components/PageTemplate.js", |
122 | "Clipperz/PM/UI/Components/LoginForm.js", | 129 | "Clipperz/PM/UI/Components/LoginForm.js", |
123 | "Clipperz/PM/UI/Components/RegistrationWizard.js", | 130 | "Clipperz/PM/UI/Components/RegistrationWizard.js", |
124 | "Clipperz/PM/UI/Components/CardList.js", | 131 | "Clipperz/PM/UI/Components/CardList.js", |
125 | "Clipperz/PM/UI/Components/CardDetail.js", | 132 | "Clipperz/PM/UI/Components/CardDetail.js", |
133 | "Clipperz/PM/UI/Components/PreferencePage.js", | ||
126 | "Clipperz/PM/UI/Components/ErrorPage.js", | 134 | "Clipperz/PM/UI/Components/ErrorPage.js", |
127 | 135 | ||
128 | "Clipperz/PM/UI/MainController.js", | 136 | "Clipperz/PM/UI/MainController.js", |
diff --git a/frontend/delta/properties/manifest.appcache b/frontend/delta/properties/manifest.appcache new file mode 100644 index 0000000..edebcc1 --- a/dev/null +++ b/frontend/delta/properties/manifest.appcache | |||
@@ -0,0 +1,20 @@ | |||
1 | CACHE MANIFEST | ||
2 | # 2013-10-01:v0.0.1 | ||
3 | |||
4 | CACHE: | ||
5 | # - Explicitly cached 'master entries'. | ||
6 | index.html | ||
7 | |||
8 | NETWORK: | ||
9 | # - Resources that require the user to be online. | ||
10 | #login.php | ||
11 | #/myapi | ||
12 | #http://api.twitter.com | ||
13 | |||
14 | FALLBACK: | ||
15 | # - static.html will be served if main.py is inaccessible | ||
16 | # - offline.jpg will be served in place of all images in images/large/ | ||
17 | # - offline.html will be served in place of all other .html files | ||
18 | # /main.py /static.html | ||
19 | # images/large/ images/offline.jpg | ||
20 | # *.html /offline.html \ No newline at end of file | ||
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 @@ | |||
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 | ||