Skip to content

Instantly share code, notes, and snippets.

@MariusBongarts
Last active September 27, 2021 10:59
Show Gist options
  • Save MariusBongarts/f646138dd2bf5aaa7fad3a93e80f52e7 to your computer and use it in GitHub Desktop.
Save MariusBongarts/f646138dd2bf5aaa7fad3a93e80f52e7 to your computer and use it in GitHub Desktop.
Medium Highlighter - manifest.json 2
{
"name": "Background Color Changer",
"version": "1.0.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": [
"content.js"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment