Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "1.1.1",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "[email protected]",
"default_locale": "en",
"icons": {
"16": "iWeaver.png",
"32": "iWeaver.png",
"48": "iWeaver.png",
"128": "iWeaver.png"
},
"permissions": [
"storage",
"contextMenus",
"bookmarks"
],
"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": [
"*:\/\/*\/*"
]
}
]
}