{ "manifest_version": 2, "name": "Stack exchange styles", "version": "0.1", "content_scripts": [{ "matches": ["*://*.stackexchange.com/*", "*://*.stackoverflow.com/*"], "css": ["style.css"] }] }