hotdeals

hotdeals

Be the first to know about new product lists or freebies from FBA Master.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "hotdeals",
  "version": "0.0.5",
  "manifest_version": 2,
  "icons": {
    "128": "img/icon128.png"
  },
  "description": "",
  "background": {
    "scripts": [
      "js/jquery-2.2.1.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon48.png",
    "default_title": "Hot Deals",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "https://gumroad.com/*"
  ]
}