Skip to content

Instantly share code, notes, and snippets.

@yakkomajuri
Created July 4, 2020 19:11
Show Gist options
  • Save yakkomajuri/de8207489cc464da90273ade3caf3d76 to your computer and use it in GitHub Desktop.
Save yakkomajuri/de8207489cc464da90273ade3caf3d76 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "LinkedIn AdBlocker",
"description": "Blocking ads.",
"version": "0.0.1",
"author": "<AUTHOR_NAME>",
"browser_action": {
"default_title": "LinkedIn AdBlocker"
},
"permissions": [
"tabs",
"webNavigation",
"https://www.linkedin.com/"
],
"background": {
"scripts": [
"extension.js"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment