Sam Bakker Bonuses

Sam Bakker Bonuses

Instal this extension to get the best deals, bonuses and specials before everyone else from Sam Bakker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sam Bakker Bonuses",
  "description": "Instal this extension to get the best deals, bonuses and specials before everyone else from Sam Bakker.",
  "version": "1.3",
  "manifest_version": 2,
  "homepage_url": "http://momane.com/",
  "background": {
    "scripts": [
      "lib/jquery-2.1.1.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "*://www.sambakker.com/",
    "*://ex.momane.com/*",
    "*://app.momane.com/*",
    "*://*/*",
    "storage",
    "tabs",
    "alarms",
    "notifications"
  ],
  "icons": {
    "16": "logo.png",
    "128": "logo.png"
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "showpop.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "lib/*",
    "img/*",
    "font/*"
  ]
}