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