From 8dba20589afb066a7b0485ae1cc1eea646981614 Mon Sep 17 00:00:00 2001 From: Valera Leontyev Date: Tue, 9 May 2017 23:57:51 +0300 Subject: [PATCH] Update version and README.md --- README.md | 14 +++----------- extension/manifest.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 30e46f9..fe610dc 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,6 @@ -``` -Due to lack of time, I will not be accepting new pull requests. -Please fork this project and customize it to your own needs. -I look forward to your fork becoming the de facto version. - -All the best, Boris. -``` - -Global keyboard bindings to control your Chrome-based music player. Allows your keyboard media keys (play/pause, next, previous) to work when you're listening to music on common streaming websites. - -**UPDATE: Now uses Chrome's built in key binding (as of version 25)** +Global keyboard bindings to control your Chrome-based music player. +Allows your keyboard media keys (play/pause, next, previous) to work +when you're listening to music on common streaming websites. **Supported sites:** * Amazon music player diff --git a/extension/manifest.json b/extension/manifest.json index 225accb..3e27b77 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,6 +1,6 @@ { "name": "Key Socket Media Keys", - "version": "0.7.1", + "version": "0.8.0", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png",