LeafyRewards

LeafyRewards

💰 Get CashBack on ALL your favorite brands & products with Leafy Rewards! 💰

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "LeafyRewards",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "💰 Get CashBack on ALL your favorite brands & products with Leafy Rewards! 💰",
  "homepage_url": "https://www.leafyrewards.com",
  "icons": {
    "16": "icons/store_icon16.png",
    "48": "icons/store_icon48.png",
    "128": "icons/store_icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/init.js",
      "src/bg/reload.js",
      "src/bg/bg_support_functions.js",
      "src/config.js",
      "src/commonJS/dataProvider.js",
      "src/commonJS/apiService.js",
      "lib/i18/i18next.min.js",
      "src/commonJS/utils_global.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/store_icon19.png",
    "default_title": "LeafyRewards",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/config.js",
        "src/contentScripts/temp_coupons.js",
        "src/contentScripts/inject_events.js",
        "lib/jquery/jquery.js",
        "lib/i18/i18next.min.js",
        "src/commonJS/utils_global.js",
        "lib/mustache/mustache.js",
        "src/contentScripts/get_token.js",
        "src/contentScripts/inject_activate_cashback.js",
        "src/contentScripts/inject_apply_coupons.js"
      ],
      "css": [
        "css/inject_root.css"
      ]
    }
  ],
  "permissions": [
    "clipboardWrite",
    "cookies",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "src/partials/*.*",
    "./resources/*",
    "src/contentScripts/*.*",
    "src/commonJS/utils_global.js"
  ],
  "content_security_policy": "object-src 'self' 'unsafe-eval'; script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com; 'unsafe-eval';",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}