Work Mode - Block ALL Social Media URL Block

Work Mode - Block ALL Social Media URL Block

Block ALL Time-Wasting Websites & Custom URL Blocking When You're On the Clock. Custom URL Block Extension. By Shreyas Tallamraju.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Work Mode - Block ALL Social Media URL Block",
  "description": "Block ALL Time-Wasting Websites & Custom URL Blocking When You're On the Clock. Custom URL Block Extension. By Shreyas Tallamraju.",
  "version": "3.0.1",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "redir.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Work Mode - Custom URL Blocking"
  }
}