From 65df2a16eb82fa7d3529b58c7da7d513a724888d Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 19 Mar 2022 00:03:40 -0400 Subject: [PATCH] Add Ad-Block Notice --- .gitignore | 2 ++ README.md | 2 +- manifest.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13cbc57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.xpi +*.zip diff --git a/README.md b/README.md index e74b777..915dfea 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Force High-Resolution DisneyNOW -This browser extension forces DisneyNOW to use their higher-resolution video stream by imitating the Android app. +This browser extension forces DisneyNOW to use their higher-resolution video stream by imitating the Android app. (It also blocks DisneyNOW ads.) diff --git a/manifest.json b/manifest.json index 51c711d..7447cc2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "description": "This browser extension forces DisneyNOW to use their higher-resolution video stream by imitating the Android app.", + "description": "This browser extension forces DisneyNOW to use their higher-resolution video stream by imitating the Android app. (It also blocks DisneyNOW ads.)", "manifest_version": 2, "name": "Force High-Resolution DisneyNOW", "version": "1.0",