DomainShield Trusted Browsing

DomainShield Trusted Browsing

Browser extension to detect site details

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "DomainShield Trusted Browsing",
  "version": "1.0.4",
  "description": "Browser extension to detect site details",
  "homepage_url": "https://www.domainshield.com.au",
  "icons": {
    "48": "icons/default-48.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://ext.domainshield.com.au/*"
  ],
  "action": {
    "default_icon": {
      "32": "icons/default-48.png"
    },
    "default_title": "DomainShield Trusted Browsing",
    "default_popup": "popup/sitedetails.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}