Budget Car Rental Coupon Finder - Latest Coupons & Best Deals

Budget Car Rental Coupon Finder-This browser extension automatically finds and applies the best coupons and promo codes.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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_icon": {
      "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"
    },
    "default_popup": "popup.html"
  },
  "version": "1.0.0",
  "author": "cashbackeasy.com@gmail.com",
  "name": "Budget Car Rental Coupon Finder - Latest Coupons & Best Deals",
  "description": "Budget Car Rental Coupon Finder-This browser extension automatically finds and applies the best coupons and promo codes.",
  "homepage_url": "https://www.cashbackeasy.com",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "alarms"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "install.962438ee.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "tracking.15b7c141.js"
      ],
      "run_at": "document_start",
      "css": [
        "font.464325b6.css"
      ]
    }
  ],
  "omnibox": {
    "keyword": "Budget_Car_Rental_coupons"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.png"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "SourceSerifPro-SemiBold.36d75742.ttf",
        "Inter-Thin.53b21445.ttf",
        "tracking.533269ff.css",
        "Checkbox.18c61724.png",
        "tracking.d7c39bbb.css",
        "SourceSerifPro-SemiBold.36d75742.ttf",
        "Inter-Thin.53b21445.ttf",
        "tracking.8820f85a.png",
        "tracking.3358a16f.svg",
        "tracking.d9344d79.svg",
        "tracking.219498cc.png",
        "tracking.6c5d3e92.png",
        "tracking.7e38ae7e.svg",
        "tracking.68d88d0d.png",
        "tracking.669e47ca.svg",
        "tracking.1bd2b1ee.svg",
        "tracking.bd6e6ff1.svg",
        "tracking.3ec65913.png",
        "tracking.0c18115b.png",
        "tracking.51892570.png",
        "tracking.ffdf862a.png",
        "tracking.64725465.png"
      ]
    }
  ]
}