summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/examples/api/contentSettings/manifest.json
blob: ece0a7386feef5cc53bea399da04c043f147c5e6 (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
}