mirror of
https://github.com/LukeHagar/dev-extension-template-demo.git
synced 2025-12-06 04:19:31 +00:00
Initial commit
This commit is contained in:
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
14
static/manifest.json
Normal file
14
static/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user