summaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: c4c224f40a0e1c78c5a3759e1b768f89ce8a13c0 (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/*", "*://*.stackoverflow.com/*"],
        "css": ["style.css"]
    }]
}