pocketllama/manifest.json

14 lines
312 B
JSON
Raw Permalink Normal View History

2024-03-02 23:05:50 -07:00
{
"manifest_version": 3,
"name": "Pocket Llama",
2024-03-03 00:29:50 -07:00
"description": "Query your current webpage with Ollama",
"version": "0.1",
2024-03-02 23:05:50 -07:00
"action": {
2024-03-03 00:29:50 -07:00
"default_popup": "src/main.html",
"default_icon": "assets/logo.png"
2024-03-03 01:07:27 -07:00
},
"host_permissions": [
"http://localhost/*"
]
2024-03-03 00:29:50 -07:00
}