Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"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"
}
}