Bachpan

Bachpan

this is a distracting saver

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Bachpan",
  "description": "this is a distracting saver",
  "version": "1.0.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "script"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "web_accessible_resources": [
        {
          "resources": [
            "control.html",
            "controlscript.js",
            "blocked.html"
          ],
          "matches": [
            "<all_urls>"
          ]
        }
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Distraction",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}