{ "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"] } ] }