WasteNoTime

WasteNoTime

Blocking time-wasting sites so you can be productive. Privacy conscious, feature rich, and highly customizable!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WasteNoTime",
  "version": "3.5.0.11298",
  "manifest_version": 2,
  "description": "Blocking time-wasting sites so you can be productive. Privacy conscious, feature rich, and highly customizable!",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.bumblebeesystems.com https://connect.facebook.net; object-src 'self'",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon_16.png",
    "default_title": "WasteNoTime",
    "default_popup": "popover.html"
  },
  "background": {
    "page": "global.html"
  },
  "options_page": "view.html",
  "homepage_url": "http://www.bumblebeesystems.com/wastenotime/",
  "incognito": "spanning",
  "default_locale": "en",
  "permissions": [
    "webNavigation",
    "tabs",
    "contextMenus",
    "idle",
    "storage"
  ]
}