Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.f58704f6.png",
"32": "icon32.plasmo.c2d2aa82.png",
"48": "icon48.plasmo.8db365f9.png",
"64": "icon64.plasmo.a671a8cd.png",
"128": "icon128.plasmo.f86e3ae6.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.f58704f6.png",
"32": "icon32.plasmo.c2d2aa82.png",
"48": "icon48.plasmo.8db365f9.png",
"64": "icon64.plasmo.a671a8cd.png",
"128": "icon128.plasmo.f86e3ae6.png"
},
"default_popup": "popup.html"
},
"version": "0.3.1",
"author": "Ido Salomon <[email protected]>",
"name": "WebextLLM",
"description": "Browser-native LLMs at your fingertips",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage",
"scripting",
"offscreen",
"idle"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"relay.85e7c16a.js"
],
"run_at": "document_start",
"css": []
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval' http:\/\/localhost; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": []
}
],
"host_permissions": [
"file:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"sandbox": {
"pages": [
"sandboxes\/utils.html",
"sandboxes\/webllm.html"
]
}
}