- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / contentSettings / manifest.json
1 {
2   "name" : "Content settings",
3   "version" : "0.2",
4   "description" : "Shows the content settings for the current site.",
5   "permissions": [ "contentSettings", "tabs" ],
6   "browser_action": {
7      "default_icon": "contentSettings.png",
8      "default_popup": "popup.html"
9   },
10   "manifest_version": 2
11 }