Content Settings

Content Settings

Shows the content settings for the current site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Content Settings",
  "version": "0.1",
  "description": "Shows the content settings for the current site.",
  "permissions": [
    "contentSettings",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2
}