Permissions With Warnings

Permissions With Warnings

A warning permissions checking tool for extension developers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Permissions With Warnings",
  "description": "A warning permissions checking tool for extension developers",
  "version": "0.0.1",
  "author": "Guokai Han",
  "manifest_version": 3,
  "offline_enabled": true,
  "permissions": [],
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}