packs into xpi

This commit is contained in:
Er2 2022-03-20 12:13:20 +03:00
parent 6cb48d7702
commit ed16e1ca72
4 changed files with 27 additions and 2 deletions

View file

@ -11,9 +11,18 @@
"content_scripts": [
{
"matches": ["https://discord.com/*"],
"matches": [
"*://discord.com/*",
"*://discord.gg/*",
"*://discord.gift/*"
],
"css": ["btfl.css"]
}
]
],
"browser_specific_settings": {
"gecko": {
"id": "diskort@er2"
}
}
}