Skip to content

Instantly share code, notes, and snippets.

@messagetobala
Last active January 29, 2023 09:35
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/83cb618036d8c888b4116de83e13e96d to your computer and use it in GitHub Desktop.
Save messagetobala/83cb618036d8c888b4116de83e13e96d 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"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content-script.js"],
"css" : ["content-style.css"]
}
],
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html",
"browser_style": true
},
"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