Amazon GPT Reviewer

Amazon GPT Reviewer

Say goodbye to buyer's remorse and hello to smarter, more efficient online shopping!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Amazon GPT Reviewer",
  "description": "Say goodbye to buyer's remorse and hello to smarter, more efficient online shopping!",
  "version": "1.0.6",
  "manifest_version": 3,
  "icons": {
    "16": "img/icon-64.png",
    "32": "img/icon-64.png",
    "48": "img/icon-64.png",
    "128": "img/icon-64.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-fcb8cc7d.js"
      ],
      "matches": [
        "https://www.amazon.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/index-01c46a58.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/icon-64.png",
        "img/sad_icon.svg"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://www.amazon.com/*"
      ],
      "resources": [
        "assets/chunk-5a50420a14.js",
        "assets/chunk-efddb279f1.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "identity",
    "identity.email"
  ]
}