ReCall Study Time

ReCall Study Time

During the exam season "ReCall Study Time" block you from using Facebook, Instagram, Google Plus+,Twitter and Youtube when…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ReCall Study Time",
  "version": "1.0",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_title": "ReCall Study Time",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "persistent": true,
    "page": "background/background.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "notifications"
  ],
  "web_accessible_resources": [
    "resources/*"
  ]
}