14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Pocket Llama",
|
|
"description": "Query your current webpage with Ollama",
|
|
"version": "0.1",
|
|
"action": {
|
|
"default_popup": "src/main.html",
|
|
"default_icon": "assets/logo.png"
|
|
},
|
|
"host_permissions": [
|
|
"http://localhost/*"
|
|
]
|
|
}
|