FlipGive Max

FlipGive Max

Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FlipGive Max",
  "version": "2.1.13.1",
  "author": "FlipGive Max",
  "description": "Use the FlipGive Max browser extension to activate cash back directly at your favorite websites.",
  "homepage_url": "https://www.flipgive.com/",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/bundle.js",
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "vendors/bundle.js",
      "bg/bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "18x18-default.png",
    "default_title": "flipgive.com"
  },
  "icons": {
    "48": "48x48-default.png",
    "128": "128x128-default.png"
  },
  "web_accessible_resources": [
    "content/*.css",
    "content/*.svg",
    "*.css",
    "*.png"
  ]
}