INTIAL COMMIT
This commit is contained in:
commit
13bceda623
1
logo.svg
Normal file
1
logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 30 KiB |
10
manifest.json
Normal file
10
manifest.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue