From a05ccb0a79f317f4d67e902664c8aaa0cc092368 Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Sat, 30 Jan 2021 22:40:51 -0500 Subject: [PATCH] Update description + Update README.org --- README.org | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 919730f..a9e5bc1 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ * Watch and Learn -A chrome extension that replaces Learn's default player with [[https://videojs.com/][video.js]]. +A chrome extension that replaces Learn's default video and audio player with [[https://videojs.com/][video.js]]. [[file:/assets/demo.png]] @@ -18,7 +18,7 @@ A lot of times, streaming is preferred over downloading, but there are so many t ** Installation -1. [[https://github.com/9at8/watch-and-learn/suites/1915924538/artifacts/37675800][Download zip]] (Artifact from GitHub actions) and unzip it +1. Download the zip from the latest release and unzip it 1. Open [[chrome://extensions]] 1. Enable developer mode 1. Click on "Load unpacked", and pick this directory diff --git a/manifest.json b/manifest.json index e025c73..d1b7376 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "icons": { "128": "static/icon128.png" }, - "description": "A chrome extension to make learn videos better using video.js", + "description": "A chrome extension that replaces Learn's default video and audio player with video.js", "manifest_version": 2, "content_scripts": [ {