packs into xpi
This commit is contained in:
parent
6cb48d7702
commit
ed16e1ca72
4 changed files with 27 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue