Skip to content

Commit

Permalink
manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
RIVEK-Development committed Aug 17, 2023
1 parent b23a314 commit b78942c
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": "StudIP Video Download",
"version": "1.5.5.0",
"version": "1.6.0",
"description": "Fügt im Opencast Videoplayer von StudIP eine Downloadmöglichkeit ein",
"manifest_version": 3,
"icons": {
Expand Down Expand Up @@ -29,7 +29,8 @@
"web_accessible_resources": [
{
"resources": [ "download.svg", "download_round.svg"],
"matches": [ "https://opencast-present.tu-braunschweig.de/*" ]
"matches": [ "https://opencast-present.tu-braunschweig.de/*",
"https://opencast03.zmml.uni-bremen.de/*" ]
}
],
"permissions": ["downloads"]
Expand Down

0 comments on commit b78942c

Please sign in to comment.