kiss new-firefox-project

This commit is contained in:
2023-04-19 11:29:40 -06:00
parent a75e4f58e6
commit 5f028490c6

View File

@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "",
"version": "1.0",
"name": "template",
"version": "0.0",
"description": "",
@@ -12,9 +12,8 @@
"content_scripts": [
{
"matches": ["*://*.mozilla.org/*"],
"matches": [],
"js": ["bin/main.js"]
}
]
}