Website Informer Addon

Website Informer Addon

Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Website Informer Addon",
  "version": "4.0.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "description": "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.",
  "action": {
    "default_icon": "static/img/i128.png",
    "default_title": "Page Info",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "static/img/i128.png"
  },
  "host_permissions": [
    "https://website.informer.com/*",
    "https://hits.informer.com/*"
  ],
  "permissions": [
    "tabs",
    "storage"
  ]
}