diff --git a/README.md b/README.md index 8e0c6b5..efc8cb0 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ ## Video Ad Monitor -Firefox browser extension \ No newline at end of file +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. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2361ff0..8212a44 100755 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/package.json b/package.json index 56645fd..d436411 100755 --- a/package.json +++ b/package.json @@ -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": {