Olympus Cashback & Coupons

Olympus Cashback & Coupons

Cashback on 40K stores, Compare prices across the web, track discounts, and apply coupons on the go!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Olympus Cashback & Coupons",
  "version": "2.2",
  "description": "Cashback on 40K stores, Compare prices across the web, track discounts, and apply coupons on the go!",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "webNavigation",
    "https://seotify.com/",
    "https://joinolympus.com/",
    "http://seotify.com:3001/",
    "https://*.seotify.com/v1/",
    "http://*.seotify.com/*",
    "http://api.seotify.com:3001/olympus",
    "https://*/*",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/jquery-3.3.1.min.js",
        "content.js",
        "popup.js",
        "alert.js"
      ],
      "run_at": "document_start",
      "css": [
        "font-awesome.min.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "assets/jquery-3.3.1.min.js",
        "iframeTab.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "alert.html",
    "contentscript.js"
  ],
  "background": {
    "scripts": [
      "background.js",
      "assets/jquery-3.3.1.min.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Olympus",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icons/olympus-logo-active-16.png",
    "48": "img/icons/olympus-logo-active-48.png",
    "128": "img/icons/olympus-logo-active-128.png"
  },
  "manifest_version": 2
}