Tizen 2.0 Release
[samples/web/Flashcards.git] / manifest.json
1 {
2    "app": {
3       "launch": {
4          "container": "panel",
5          "width":1024,
6          "height":600,
7          "local_path": "index.html"
8       }
9    },
10   "name": "Adventure FlashCards",
11   "version": "0.2.0",
12   "description": "A learning application.",
13    "icons": {
14       "128": "icon_128.png",
15       "48": "icon_48.png",
16       "16": "icon_16.png"
17    },
18   "default_locale": "en",
19   "permissions": [ ],
20   "homepage_url" : "https://01.org/webapps/content/kids-adventure-flash-cards",
21    "update_url" : "https://01.org/webapps/content/kids-adventure-flash-cards/update.xml"
22 }