diskort/manifest.json

20 lines
266 B
JSON
Raw Normal View History

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": [
{
"matches": ["https://discord.com/*"],
"css": ["btfl.css"]
}
]
}