Lemoney Cash Back

Lemoney Cash Back

Never miss the best cashback rates on your purchases at your favorite stores

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lemoney Cash Back",
  "short_name": "Lemoney",
  "description": "Never miss the best cashback rates on your purchases at your favorite stores",
  "version": "0.1.21",
  "author": "The Lemoney Dev Team",
  "icons": {
    "48": "icons/extension-logo-48x48.png",
    "128": "icons/extension-logo-128x128.png"
  },
  "background": {
    "scripts": [
      "scripts/app.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Check Cash Back on Lemoney",
    "default_icon": {
      "38": "icons/icon-transparent-38x38.png"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "webRequest",
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.www.lemoney.com/*"
    ]
  },
  "web_accessible_resources": [
    "scripts/cashbackOverlay.js",
    "scripts/googleAd.js",
    "scripts/shoppingClickOverlay.js",
    "icons/google-ad-38x38.png",
    "icons/logo-cashback-offer-158-81.png",
    "icons/shopping-click-arrow-21-80.png"
  ],
  "oauth2": {
    "client_id": "379917929790-5v5q35pd9lthm6ktl5ktjctmqt6t5q5n.apps.googleusercontent.com",
    "scopes": [
      ""
    ]
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'"
}