forked from otommod/browser-mpris2
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): fixed build error due to no assets folder
- Loading branch information
1 parent
db972da
commit 65dedd1
Showing
3 changed files
with
6 additions
and
3 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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"manifest_version": 2, | ||
"name": "Browser MPRIS2 debug", | ||
"description": "Implements the MPRIS2 interface for Chrome and Firefox", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"icons": { | ||
"16": "assets/browser-mpris2-16.png", | ||
"48": "assets/browser-mpris2-48.png", | ||
|
@@ -11,7 +11,7 @@ | |
"browser_specific_settings": { | ||
"gecko": { | ||
"id": "[email protected]", | ||
"strict_min_version": "42.0" | ||
"strict_min_version": "57.0" | ||
} | ||
}, | ||
"browser_action": { | ||
|