- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / webstore_private / bundle / app1.json
1 {
2   "name": "app.1",
3   "version": "1",
4   "app": {
5     "urls": [ "http://www.testapp.com" ],
6     "launch": { "web_url": "http://www.testapp.com" }
7   },
8   "permissions": [ "clipboardRead" ]
9 }