summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/extensions/docs/examples/api/contentSettings/manifest.json
blob: adf1daefb5241200ac58c11b7199aa46ced20dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name" : "Content settings",
  "version" : "0.2",
  "description" : "Shows the content settings for the current site.",
  "permissions": [ "contentSettings", "tabs" ],
  "browser_action": {
     "default_icon": "contentSettings.png",
     "default_popup": "popup.html"
  },
  "manifest_version": 2
}