pocketllama/manifest.json

10 lines
323 B
JSON
Raw Normal View History

2024-03-02 23:05:50 -07:00
{
"manifest_version": 3,
"name": "Pocket Llama",
"description": "Pocket Llama is a simple extension that allows you to send your current webpage to a Llama(LLM) and make it query-able.",
"version": "0.0",
"action": {
"default_popup": "base.html",
"default_icon": "logo.png"
}
}