niemand-mag-heteros/manifest.json

19 lines
365 B
JSON

{
"manifest_version": 2,
"name": "Niemand mag Heteros",
"version": "1.0",
"description": "Adds a red border to all webpages matching mozilla.org.",
"icons": {
"48": "icons/herz-48.png"
},
"content_scripts": [
{
"matches": ["https://www.okcupid.com/discover"],
"js": ["hetero.js"]
}
]
}