Turns out, getting this thing out into the wild isn't as simple as I thought :D Co-authored-by: Tomek Wójcik <labs@tomekwojcik.pl> Co-committed-by: Tomek Wójcik <labs@tomekwojcik.pl>
11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"description": "__MSG_extension_description_Safari__",
|
|
"background": {
|
|
"scripts": [
|
|
"background-bundle.js"
|
|
],
|
|
"type": "module",
|
|
"persistent": false
|
|
}
|
|
}
|