Skip to content

Commit

Permalink
Add US Panopto to content_scripts in manifest; update version number …
Browse files Browse the repository at this point in the history
…for release.
  • Loading branch information
Yharooer committed May 18, 2021
1 parent 97e3245 commit c3458a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Panopto Downloader",
"version": "1.2",
"version": "1.3",
"description": "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.",
"manifest_version": 2,
"browser_action": {
Expand Down Expand Up @@ -30,7 +30,8 @@
"panoptodl.js"
],
"matches": [
"https://*.panopto.eu/*"
"https://*.panopto.eu/*",
"https://*.panopto.com/*"
]
}
]
Expand Down

0 comments on commit c3458a6

Please sign in to comment.