pocketllama/manifest.json

11 lines
250 B
JSON
Raw 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"
}
}