DealnLoot Alerts

DealnLoot Alerts

Now Never Pay Full

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": {
      "32": "icon.png",
      "48": "icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "DealnLoot Alerts"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Now Never Pay Full",
  "icons": {
    "32": "icon.png",
    "48": "icon38.png",
    "128": "icon80.png"
  },
  "manifest_version": 2,
  "name": "DealnLoot Alerts",
  "version": "1.1",
  "background": {
    "persistent": true,
    "scripts": [
      "config.js",
      "libs/jquery.js",
      "background/index.js"
    ]
  },
  "permissions": [
    "http://*/*",
    "notifications",
    "storage"
  ]
}