Hintella - Real Reviews for Amazon Products

Hintella - Real Reviews for Amazon Products

Hintella helps you to make a better decision in your shopping process

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hintella - Real Reviews for Amazon Products",
  "description": "Hintella helps you to make a better decision in your shopping process",
  "version": "0.2.6",
  "action": {
    "default_title": "Hintella helps you to make a better decision in your shopping process"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.amazon.com/*",
        "https://*.amazon.eg/*",
        "https://*.amazon.com.br/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.com.mx/*",
        "https://*.amazon.cn/*",
        "https://*.amazon.in/*",
        "https://*.amazon.co.jp/*",
        "https://*.amazon.sg/*",
        "https://*.amazon.ae/*",
        "https://*.amazon.sa/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.de/*",
        "https://*.amazon.it/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.pl/*",
        "https://*.amazon.es/*",
        "https://*.amazon.se/*",
        "https://*.amazon.com.tr/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.com.au/*"
      ],
      "js": [
        "/static/js/main.js",
        "/static/js/787.chunk.js"
      ],
      "css": [
        "/static/css/main.css"
      ]
    }
  ],
  "icons": {
    "16": "/assets/icons/Hintella-icon16.png",
    "48": "/assets/icons/Hintella-icon48.png",
    "128": "/assets/icons/Hintella-icon128.png"
  },
  "background": {
    "service_worker": "/static/js/background.js"
  },
  "permissions": [
    "tabs",
    "storage",
    "webNavigation"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.tff",
        "*.eot",
        "*.woff",
        "*.woff2",
        "*.png",
        "*.svg"
      ],
      "matches": [
        "https://*.amazon.com/*",
        "https://*.amazon.eg/*",
        "https://*.amazon.com.br/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.com.mx/*",
        "https://*.amazon.cn/*",
        "https://*.amazon.in/*",
        "https://*.amazon.co.jp/*",
        "https://*.amazon.sg/*",
        "https://*.amazon.ae/*",
        "https://*.amazon.sa/*",
        "https://*.amazon.fr/*",
        "https://*.amazon.de/*",
        "https://*.amazon.it/*",
        "https://*.amazon.nl/*",
        "https://*.amazon.pl/*",
        "https://*.amazon.es/*",
        "https://*.amazon.se/*",
        "https://*.amazon.com.tr/*",
        "https://*.amazon.co.uk/*",
        "https://*.amazon.com.au/*"
      ]
    }
  ]
}