Check Trustpilot

Check Trustpilot

Allow a user to quickly find out the trustpilot score of the website they are currently on.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Check Trustpilot",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "permissions": [
    "https://uk.trustpilot.com/",
    "tabs"
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "version": "0.0.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{04b1c4d3-8c40-4d3f-bbfe-64531d665294}"
    }
  }
}