Skip to content

Commit

Permalink
chrome extension - change permissions in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel2597 committed Mar 8, 2021
1 parent 3997c0d commit e9095cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Twitch clip/VOD sync",
"description": "Synchronises a Twitch clip/VOD to another streamers VOD if that streamer was live at the exact moment in time of the respective clip/VOD.",
"description": "Synchronises a Twitch clip/VOD to another streamers VOD if that streamer was live at the exact moment in time of the clip/VOD.",
"version": "1.0.0",
"icons": {
"16": "./images/icon16.png",
Expand All @@ -12,5 +12,5 @@
"default_popup": "popup.html",
"default_title": "Twitch clip/VOD sync"
},
"permissions": ["tabs", "activeTab", "<all_urls>"]
"permissions": ["activeTab", "*://*.herokuapp.com/*"]
}

0 comments on commit e9095cc

Please sign in to comment.