Inspect and view changes in Nav manage-导航书签管理器 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Nav manage-导航书ç¾ç®¡ç†å™¨",
"version": "1.3",
"description": "Nav-Manage导航书ç¾ç®¡ç†å™¨",
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"icons": {
"48": "icon.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}