- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / alert / manifest.json
1 {
2   "name": "background page alert crash",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Pops up an alert dialog from the bg page",
6   "background": {
7     "scripts": ["test.js"]
8   }
9 }