Distraction Zapper

Distraction Zapper

Distraction Zapper

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Distraction Zapper",
  "version": "1.0.0",
  "name": "Distraction Zapper",
  "homepage_url": "https://thejimedwardsmethod.com/",
  "author": "Guaranteed Response Marketing",
  "options_page": "options.html",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "downloads",
    "storage",
    "webNavigation"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}