Carrot - Shop, Save, Genius!

Carrot - Shop, Save, Genius!

Shop smarter & save up to 90% with Carrot AI! Also access a visual feed of all your shopping and buy without FOMO.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Carrot - Shop, Save, Genius!",
  "version": "2.0.5",
  "description": "Shop smarter & save up to 90% with Carrot AI! Also access a visual feed of all your shopping and buy without FOMO.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuTp2ftaeEhY1KKuZUOoobk0CODMZVP+4VfPJ7WWcxvKI7o1bFPCZQnWicuAKEyNcWMOAj5vNAxhPJkkEZvdwvlo0vhhOF2Js2ja9suHSywOjeLtL8vPEqJJkr7Iy5jGHQ02ayd1aCzrqdBDvPrFDObYuFpYV1wg+VXCTbS8T/EcpVLPpijEngYWobM64RgFH85DFV1Ef7Dv/O9O5HTu2pirTaWdqmAjmUFYwuToHjE85scedKF1OCzjiu/EtFTnyyInZaFtKRM0nfb2EAo11pdd8rW8z92i6rTdom8q7kgdlzcBwWRPKZsduNNOmHgHCYZop+Hfp4DPOdVb2YnzkmwIDAQAB",
  "background": {
    "scripts": [
      "assets/browser-polyfill.js",
      "assets/browser-polyfill-executeScript.js",
      "assets/index-306ef382.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "contextMenus",
    "https://*/*",
    "http://*/*",
    "history",
    "declarativeContent"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    "content-script.js",
    "content.js",
    "detect.js",
    "reload.js",
    "chunks/*",
    "icons/*",
    "assets/fonts/really-sans/*",
    "assets/images/*",
    "imageBypass.html"
  ],
  "icons": {
    "16": "icons/inactive-16.png",
    "32": "icons/inactive-32.png",
    "48": "icons/inactive-48.png",
    "128": "icons/main-128.png"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
  "version_name": "2.0.5"
}