Jaybe - Save every time you shop

Jaybe - Save every time you shop

Find coupon codes when you shop online!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.6",
  "name": "Jaybe - Save every time you shop",
  "description": "Find coupon codes when you shop online!",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "JayBe"
  },
  "icons": {
    "16": "icon-jaybe.png",
    "48": "icon-jaybe.png",
    "128": "icon-jaybe.png"
  },
  "background": {
    "scripts": [
      "js/jquery-3.6.0.min.js",
      "background.bundle.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js",
        "js/jquery-3.6.0.min.js"
      ],
      "css": [
        "css/external.css",
        "content.styles.css"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "<all_urls>",
    "tabs",
    "cookies",
    "https://getjaybe.com/",
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    "back-icon.png",
    "jaybe-logo.png",
    "money.png",
    "money-rain.png",
    "close-icon.svg",
    "coupon-applying.png",
    "coupon-saving.png",
    "coupon-tag.png",
    "better-deal.png",
    "floating-button.png",
    "css/external.css"
  ],
  "externally_connectable": {
    "matches": [
      "*://staging2.awsm.in/*",
      "*://getjaybe.com/*",
      "*://app.getjaybe.com/*"
    ]
  }
}