Initial commit

This commit is contained in:
Er2 2021-08-20 18:10:37 +03:00
commit d499be7fed
5 changed files with 126 additions and 0 deletions

19
manifest.json Normal file
View file

@ -0,0 +1,19 @@
{
"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"]
}
]
}