ShopWise AI

ShopWise AI

Chrome extension backed by chatGPT, helps you to shop smarter on Amazon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "Click to open panel"
  },
  "version": "0.1.3",
  "author": "ShopWiseAI",
  "name": "ShopWise AI",
  "description": "Chrome extension backed by chatGPT, helps you to shop smarter on Amazon.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "identity",
    "offscreen",
    "sidePanel",
    "tabs"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz3ATWZTHev0wmNH1xufTYO7c+AMduA1GSOJ02jFpBduUtz6xbl6qwLuRkWHkGndKCVfS1cy+795S1Ef2zuG9OzPQpipBH2o2TCAGx9m+MAXvRtp3usT1KzQSj5GHWOXIfIpwc6MStFLpYtPy6T9wMKQzTjyLWuTB9MAS5MmQPf8WVM3+cu1ehQFNjsavwqiLWZ4km0+1BTR2CNP+Lj3re3gcw3c6otC0/7GdCpUlSvpOnJW/kO/EDGSUzVxEx/NVU3muCRO3T/zP53kia7O/Coq6Q8iiB7PKsbLw0IG3d/R6BiPaHvBNrXdrvIpodWi5Coy86nQLIWoF1BA0U7DoXwIDAQAB",
  "host_permissions": [
    "https://www.amazon.de/*",
    "https://www.amazon.com/*",
    "https://www.amazon.in/*",
    "https://firestore.googleapis.com/",
    "https://m.media-amazon.com/*"
  ],
  "oauth2": {
    "client_id": "374266372640-gi52gu78b18n57jd2t7gecubk6oeifum.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "offscreen.html",
        "offscreen.js"
      ],
      "matches": [
        "https://www.amazon.de/*",
        "https://www.amazon.com/*",
        "https://www.amazon.in/*"
      ]
    }
  ]
}