- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / windows / merge_windows / manifest.json
1 {
2   "name": "Merge Windows",
3   "version": "1.0.2",
4   "description": "Merges all of the browser's windows into the current window",
5   "icons": {
6     "48": "merge_windows_48.png",
7     "128": "merge_windows_128.png"
8   },
9   "background": {
10     "persistent": false,
11     "scripts": ["background.js"]
12   },
13   "browser_action": {
14     "default_icon": "arrow_in.png",
15     "default_title": "Merge Windows"
16   },
17   "manifest_version": 2
18 }