- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / browser_action / close_background / manifest.json
1 {
2   "name": "Close Background Page",
3   "description": "Click the browser action to close the background page.",
4   "version": "1",
5   "manifest_version": 2,
6   "background": {
7     "scripts": ["background.js"]
8   },
9   "browser_action": {
10     "default_title": "close background page"
11   }
12 }