Start kiss-firefox template

This commit is contained in:
2023-04-19 10:58:45 -06:00
parent e43ab264df
commit d08b544a47
6 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"manifest_version": 2,
"name": "",
"version": "1.0",
"description": "",
"icons": {
"48": "icons/icon-48.png"
},
"content_scripts": [
{
"matches": ["*://*.mozilla.org/*"],
"js": ["bin/main.js"]
}
]
}