Procrastination Guru

Procrastination Guru

Procrastinating? Procrastination Guru to the rescue!! Block the websites during work time and monitor your usage!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Procrastination Guru",
  "description": "Procrastinating? Procrastination Guru to the rescue!! Block the websites during work time and monitor your usage!",
  "version": "0.0.1.8",
  "options_page": "options.html",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "128LOGOFINALPG.png"
  },
  "icons": {
    "16": "16FINALLOGOPG.png",
    "48": "48FINALLOGOPG.png",
    "128": "128LOGOFINALPG.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs",
    "webRequestBlocking",
    "webRequest",
    "activeTab",
    "notifications",
    "http://*/*",
    "https://*/*"
  ]
}