Meramaal Express Cash Back Buddy

Meramaal Express Cash Back Buddy

Meramaal Express Cash Back provides automatic Cashback alerts & the best Price over 2 Crore products from 250+ online stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "includes/content.js"
      ]
    }
  ],
  "name": "Meramaal Express Cash Back Buddy",
  "icons": {
    "16": "img/logo16.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "web_accessible_resources": [
    "js/*",
    "popup/*",
    "img/*"
  ],
  "description": "Meramaal Express Cash Back provides automatic Cashback alerts & the best Price over 2 Crore products from 250+ online stores.",
  "background": {
    "page": "background.html"
  },
  "homepage_url": "https://cashback.meramaal.com/",
  "version": "1.0.5",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo16.png",
    "default_title": "Meramaal Express Cash Back Button"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "webNavigation"
  ]
}