Skip to content

Instantly share code, notes, and snippets.

@mitchmoser
Created December 25, 2018 08:38
Show Gist options
  • Save mitchmoser/0bbb57dd7a0a81dca117f85593621616 to your computer and use it in GitHub Desktop.
Save mitchmoser/0bbb57dd7a0a81dca117f85593621616 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Sputnik",
"description": "OSINT web extension",
"version": "1.0",
"icons": {
"48": "icons/logo_48.png"
},
"permissions": [
"clipboardWrite",
"contextMenus",
"menus"
],
"background": {
"scripts": ["background.js"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment