Potentially Dangerous File Extension Blocker

Potentially Dangerous File Extension Blocker

Block potentially danerous files from being downloaded.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Potentially Dangerous File Extension Blocker",
  "version": "1.2.0",
  "manifest_version": 3,
  "description": "Block potentially danerous files from being downloaded.",
  "background": {
    "service_worker": "/js/background.js"
  },
  "icons": {
    "128": "/img/icon128.png"
  },
  "options_ui": {
    "page": "/html/options.html",
    "open_in_tab": false
  },
  "permissions": [
    "downloads",
    "notifications",
    "storage"
  ]
}