hotpocket/services/extension/src/manifest/safari.json
Tomek Wójcik dcebccf947 BTHLABS-50: Safari Web Extension: Reloaded
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>
2025-09-11 15:57:11 +00:00

11 lines
182 B
JSON

{
"description": "__MSG_extension_description_Safari__",
"background": {
"scripts": [
"background-bundle.js"
],
"type": "module",
"persistent": false
}
}