Initial commit
This commit is contained in:
commit
d499be7fed
5 changed files with 126 additions and 0 deletions
19
manifest.json
Normal file
19
manifest.json
Normal 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"]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue