Skip to content

Instantly share code, notes, and snippets.

@messagetobala
Created January 26, 2023 10:18
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/ef1030cd98187e90135faa5327c63bbb to your computer and use it in GitHub Desktop.
Save messagetobala/ef1030cd98187e90135faa5327c63bbb 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": ["*://*.youtube.com/*"],
"js": ["content-script.js"],
"css" : ["content-style.css"]
}
]
}
@messagetobala
Copy link
Author

Manifest file for a Firefox extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment