Baby Content Settings

Baby Content Settings

Shows the content settings for the current site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Baby Content Settings",
  "version": "1.0.2",
  "description": "Shows the content settings for the current site.",
  "permissions": [
    "contentSettings",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "BabycontentSettings.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}