mirror of
https://github.com/LukeHagar/sveltekit-extension-template.git
synced 2025-12-06 04:21:37 +00:00
15 lines
338 B
JSON
15 lines
338 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|