summaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: b3fc97a9094470665a953e2da77f893798f18c21 (plain)
1
2
3
4
5
6
7
8
9
{
    "manifest_version": 2,
    "name": "Stack exchange styles",
    "version": "0.1",
    "content_scripts": [{
        "matches": ["*://*.stackexchange.com/*"],
        "css": ["style.css"]
    }]
}