- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / url_handlers / launchers / call_mismatching_window_open / manifest.json
1 {
2   "name": "Launcher: mismatching blank link",
3   "version": "1",
4   "app": {
5     "background": {
6       "scripts": ["test.js"]
7     }
8   }
9 }