-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
482bb23
commit 07f85f9
Showing
2 changed files
with
63 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,38 @@ | ||
{ | ||
"name": "local-music-player-firefox", | ||
"title": "Local Music Player", | ||
"id": "jid1-nCt6CO1kXSzfAg", | ||
"description": "Browse and listen to your local music", | ||
"author": "Robert Byrne", | ||
"license": "GNU GPL v3", | ||
"version": "0.10.3", | ||
"permissions": { | ||
"private-browsing": true | ||
}, | ||
"preferences": [{ | ||
"name": "hotkeyPlay", | ||
"title": "Play", | ||
"type": "string", | ||
"value": "accel-shift-p" | ||
}, { | ||
"name": "hotkeyStop", | ||
"title": "Stop", | ||
"type": "string", | ||
"value": "accel-shift-s" | ||
}, { | ||
"name": "hotkeyNext", | ||
"title": "Next", | ||
"type": "string", | ||
"value": "accel-shift-right" | ||
}, { | ||
"name": "hotkeyPrev", | ||
"title": "Previous", | ||
"type": "string", | ||
"value": "accel-shift-left" | ||
}] | ||
"name": "local-music-player-firefox", | ||
"title": "Local Music Player", | ||
"id": "jid1-nCt6CO1kXSzfAg", | ||
"description": "Browse and listen to your local music", | ||
"author": "Robert Byrne", | ||
"license": "GNU GPL v3", | ||
"version": "0.10.4", | ||
"permissions": { | ||
"private-browsing": true | ||
}, | ||
"preferences": [ | ||
{ | ||
"name": "hotkeyPlay", | ||
"title": "Play", | ||
"type": "string", | ||
"value": "accel-shift-p" | ||
}, | ||
{ | ||
"name": "hotkeyStop", | ||
"title": "Stop", | ||
"type": "string", | ||
"value": "accel-shift-s" | ||
}, | ||
{ | ||
"name": "hotkeyNext", | ||
"title": "Next", | ||
"type": "string", | ||
"value": "accel-shift-right" | ||
}, | ||
{ | ||
"name": "hotkeyPrev", | ||
"title": "Previous", | ||
"type": "string", | ||
"value": "accel-shift-left" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "local-music-player-firefox", | ||
"version": "0.10.3", | ||
"description": "Browse and listen to your local music", | ||
"main": "addon/lib/main.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bobbyrne01/local-music-player-firefox.git" | ||
}, | ||
"author": "Robert Byrne", | ||
"license": "GNU GPL v3", | ||
"bugs": { | ||
"url": "https://github.com/bobbyrne01/local-music-player-firefox/issues" | ||
}, | ||
"homepage": "https://github.com/bobbyrne01/local-music-player-firefox", | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-csslint": "^0.4.0", | ||
"grunt-contrib-jshint": "^0.11.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-html-validation": "^0.1.18", | ||
"grunt-jsbeautifier": "^0.2.7", | ||
"grunt-notify": "^0.4.1", | ||
"grunt-release": "^0.10.0" | ||
} | ||
"name": "local-music-player-firefox", | ||
"version": "0.10.4", | ||
"description": "Browse and listen to your local music", | ||
"main": "addon/lib/main.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bobbyrne01/local-music-player-firefox.git" | ||
}, | ||
"author": "Robert Byrne", | ||
"license": "GNU GPL v3", | ||
"bugs": { | ||
"url": "https://github.com/bobbyrne01/local-music-player-firefox/issues" | ||
}, | ||
"homepage": "https://github.com/bobbyrne01/local-music-player-firefox", | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-csslint": "^0.4.0", | ||
"grunt-contrib-jshint": "^0.11.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-html-validation": "^0.1.18", | ||
"grunt-jsbeautifier": "^0.2.7", | ||
"grunt-notify": "^0.4.1", | ||
"grunt-release": "^0.10.0" | ||
} | ||
} |