Permissions With Warnings

A warning permissions checking tool for extension developers
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
}