2021-08-20 15:10:37 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "DisKort",
|
|
|
|
"version": "1.0",
|
|
|
|
|
|
|
|
"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
|
|
|
}
|