Skip to content

Commit

Permalink
updated notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebe11 committed Jul 3, 2023
1 parent 954a32e commit 993b6ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Video Ad Monitor

Firefox browser extension
Firefox browser extension

#### Use

Sign the add-on through [addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/) then use it as a self-distributed app by installing from the resulting `.xpi` file.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Video Ad Monitor",
"version": "2.0",
"description": "Mutes the sound during non-skippable ads, closes banners, and clicks the skip now button when present.",
"description": "Mutes the sound during non-skippable ads, closes banners, and clicks the skip ads button when present.",
"icons": {
"48": "off.png",
"48": "on.png"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "video_ad_monitor",
"version": "2.0.0",
"description": "Mutes the sound during non-skippable ads, closes banners, and clicks the skip now button when present.",
"description": "Mutes the sound during non-skippable ads, closes banners, and clicks the skip ads button when present.",
"main": "video.js",
"license": "ISC",
"scripts": {
Expand Down

0 comments on commit 993b6ba

Please sign in to comment.