Update github links, bump version

This commit is contained in:
codebicycle
2017-04-20 23:23:16 +03:00
parent 2e1f7952ca
commit cf96763b53
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "Video Speed Controller", "name": "Video Speed Controller",
"short_name": "videospeed", "short_name": "videospeed",
"version": "0.4.6", "version": "0.4.6.1",
"manifest_version": 2, "manifest_version": 2,
"description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.", "description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.",
"homepage_url": "https://github.com/codebicycle/videospeed", "homepage_url": "https://github.com/codebicycle/videospeed",

View File

@@ -4,10 +4,10 @@ document.addEventListener('DOMContentLoaded', function () {
}); });
document.querySelector('#about').addEventListener('click', 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() { document.querySelector('#feedback').addEventListener('click', function() {
window.open("https://github.com/igrigorik/videospeed/issues"); window.open("https://github.com/codebicycle/videospeed/issues");
}); });
}); });