- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / permissions / platform_app_all_urls.json
1 {
2   "name": "Platform app <all_urls>",
3   "version": "1.0",
4   "app": {
5     "background": {
6       "scripts": ["doesnt_exist.js"]
7     }
8   },
9   "permissions": ["<all_urls>"]
10 }