Inspect and view changes in iWeaver AI - Summary and mind map generator 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": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "0.2.3",
"author": "xiongjianchuan@xiaoduotech.com",
"default_locale": "en",
"icons": {
"16": "iWeaver.png",
"32": "iWeaver.png",
"48": "iWeaver.png",
"128": "iWeaver.png"
},
"permissions": [
"storage",
"contextMenus"
],
"action": {
"default_title": "iWeaver AI",
"default_popup": "index.html"
},
"background": {
"service_worker": "static/js/background.js"
},
"content_scripts": [
{
"js": [
"static/js/content.js"
],
"css": [
"static/css/content.css"
],
"matches": [
"*://*/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}