mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +00:00
40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "pi-ai",
|
|
"description": "Use @mariozechner/pi-ai to summarize and highlight the page you are reading.",
|
|
"version": "0.5.43",
|
|
"browser_action": {
|
|
"default_title": "Click to open sidebar"
|
|
},
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
},
|
|
"icons": {
|
|
"16": "icon-16.png",
|
|
"48": "icon-48.png",
|
|
"128": "icon-128.png"
|
|
},
|
|
"sidebar_action": {
|
|
"default_panel": "sidepanel.html",
|
|
"default_title": "pi-ai",
|
|
"default_icon": {
|
|
"16": "icon-16.png",
|
|
"48": "icon-48.png"
|
|
},
|
|
"open_at_install": false
|
|
},
|
|
"content_security_policy": "script-src 'self' 'wasm-unsafe-eval' https://cdn.jsdelivr.net https://cdnjs.cloudflare.com https://unpkg.com https://cdn.skypack.dev; object-src 'self'",
|
|
"permissions": [
|
|
"storage",
|
|
"activeTab",
|
|
"https://*/*",
|
|
"http://localhost/*",
|
|
"http://127.0.0.1/*"
|
|
],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "pi-reader@mariozechner.at",
|
|
"strict_min_version": "109.0"
|
|
}
|
|
}
|
|
}
|