20 lines
266 B
JSON
20 lines
266 B
JSON
|
{
|
||
|
"manifest_version": 2,
|
||
|
"name": "DisKort",
|
||
|
"version": "1.0",
|
||
|
|
||
|
"description": "Custom theme for Discord",
|
||
|
|
||
|
"icons": {
|
||
|
"48": "ext.png"
|
||
|
},
|
||
|
|
||
|
"content_scripts": [
|
||
|
{
|
||
|
"matches": ["https://discord.com/*"],
|
||
|
"css": ["btfl.css"]
|
||
|
}
|
||
|
]
|
||
|
|
||
|
}
|