diff --git a/manifest.json b/manifest.json index 856d42f..0fff214 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Video Speed Controller", "short_name": "videospeed", - "version": "0.4.6", + "version": "0.4.6.1", "manifest_version": 2, "description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.", "homepage_url": "https://github.com/codebicycle/videospeed", diff --git a/popup.js b/popup.js index 13d16b1..994d1b7 100644 --- a/popup.js +++ b/popup.js @@ -4,10 +4,10 @@ document.addEventListener('DOMContentLoaded', function () { }); document.querySelector('#about').addEventListener('click', function() { - window.open("https://github.com/igrigorik/videospeed"); + window.open("https://github.com/codebicycle/videospeed"); }); document.querySelector('#feedback').addEventListener('click', function() { - window.open("https://github.com/igrigorik/videospeed/issues"); + window.open("https://github.com/codebicycle/videospeed/issues"); }); });