diskort/manifest.json

29 lines
421 B
JSON
Raw Normal View History

2021-08-20 15:10:37 +00:00
{
"manifest_version": 2,
"name": "DisKort",
2022-03-20 11:02:42 +00:00
"version": "1.1",
2021-08-20 15:10:37 +00:00
"description": "Custom theme for Discord",
"icons": {
"48": "ext.png"
},
"content_scripts": [
{
2022-03-20 09:13:20 +00:00
"matches": [
"*://discord.com/*",
"*://discord.gg/*",
"*://discord.gift/*"
],
2021-08-20 15:10:37 +00:00
"css": ["btfl.css"]
}
2022-03-20 09:13:20 +00:00
],
2021-08-20 15:10:37 +00:00
2022-03-20 09:13:20 +00:00
"browser_specific_settings": {
"gecko": {
"id": "diskort@er2"
}
}
2021-08-20 15:10:37 +00:00
}