- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / topsites / basic / manifest.json
1 {
2   "name": "Top Sites",
3   "version": "1.2",
4   "description": "Shows the top sites in a browser action",
5   "permissions": ["topSites"],
6   "browser_action": {
7     "default_icon": "icon.png",
8     "default_popup": "popup.html"
9   },
10   "manifest_version": 2
11 }