Initial commit

This commit is contained in:
Luke Hagar
2023-05-22 11:36:18 -05:00
committed by GitHub
commit 770d397dfe
23 changed files with 507 additions and 0 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

14
static/manifest.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "sveltekit-extension-template",
"description": "Example Chrome extension built with Sveltekit and Skeleton",
"version": "0.0.1",
"manifest_version": 3,
"icons": {
"32": "favicon.png"
},
"action": {
"default_popup": "index.html",
"default_icon": "favicon.png",
"default_title": "sveltekit-extension-template"
}
}