commit 13bceda623dc550468517db48ce42b1b5876a5f7 Author: a-a <37915341+pyarya@users.noreply.github.com> Date: Sat Mar 2 23:05:50 2024 -0700 INTIAL COMMIT diff --git a/base.html b/base.html new file mode 100644 index 0000000..5774535 --- /dev/null +++ b/base.html @@ -0,0 +1,5 @@ + + +

meow :3

+ + diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..cd2cac3 Binary files /dev/null and b/logo.png differ diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..dcbad93 --- /dev/null +++ b/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..701cee1 --- /dev/null +++ b/manifest.json @@ -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" + } +} \ No newline at end of file