add inactive icon if the domain is not whitelisted

This commit is contained in:
Jorrin
2024-03-03 22:56:13 +01:00
parent d74f0abbf6
commit 213828e818
5 changed files with 18 additions and 2 deletions

View File

@@ -54,6 +54,17 @@
"gecko": {
"id": "{3fd86354-c73f-4395-9e26-2c5c984579bf}"
}
}
},
"web_accessible_resources": [
{
"resources": [
"assets/active.png",
"assets/inactive.png"
],
"matches": [
"<all_urls>"
]
}
]
}
}