INTIAL COMMIT

This commit is contained in:
a-a 2024-03-02 23:05:50 -07:00
commit 13bceda623
4 changed files with 16 additions and 0 deletions

5
base.html Normal file
View file

@ -0,0 +1,5 @@
<html>
<body>
<h1>meow :3</h1>
</body>
</html>

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

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
View 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"
}
}