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",
"manifest_version": 3,
"name": "KnolliAI",
"version": "1.0.0",
"description": "An AI-powered assistant for your web browsing experience.",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"incognito": "split",
"options_page": "options.html",
"background": {
"service_worker": "scripts\/background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*\/"
],
"content_scripts": [
{
"js": [
"scripts\/custom-elements.min.js",
"scripts\/highlighter.js",
"scripts\/widget.js",
"scripts\/content.js",
"scripts\/options.js"
],
"matches": [
"<all_urls>"
]
}
],
"web_accessible_resources": [
{
"resources": [
"options.html",
"callback.html",
"images\/icon-32.png",
"images\/elapsed.svg",
"images\/collapse.svg",
"images\/close.svg",
"images\/logout.svg"
],
"matches": [
"<all_urls>"
]
}
]
}