AutoDockets for DyingLight

AutoDockets for DyingLight

Automatic check if you are missing out on some awesome free dockets code

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AutoDockets for DyingLight",
  "version": "1.0.0",
  "description": "Automatic check if you are missing out on some awesome free dockets code",
  "icons": {
    "128": "128.png"
  },
  "browser_action": {
    "default_title": "AutoDockets for Dying Light",
    "name": "AutoDockets",
    "default_icon": "128.png",
    "default_popup": "popup.html"
  },
  "offline_enabled": false,
  "incognito": "spanning",
  "background": {
    "persistent": false,
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "http://*.shoppinggate.dk/"
  ]
}