Skip to content

Instantly share code, notes, and snippets.

@messagetobala
Created February 10, 2023 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save messagetobala/e167be731c7f83066d987763e7d9ef10 to your computer and use it in GitHub Desktop.
Save messagetobala/e167be731c7f83066d987763e7d9ef10 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Browsing WatchDog",
"version": "1.0",
"description": "Helps you to streamline your browsing habits.",
"icons": {
"48": "icons/watchdog-48.png"
},
"developer": {
"name": "Balakrishnan Rajkumar",
"url": "https://github.com/messagetobala/"
},
"permissions": [
"webNavigation",
"tabs",
"storage",
"<all_urls>"
],
"options_ui": {
"page": "options.html",
"browser_style": true
},
"background": {
"scripts": ["background.js"]
},
"browser_specific_settings": {
"gecko": {
"id": "broswing-watchdog-smkeynote@gmail.com"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment