projects
/
working
/
Hatch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45cd09d
)
LP#1731922 - Explicitly set the extension ID for Firefox.
author
Chris Sharp
<csharp@georgialibraries.org>
Mon, 30 Apr 2018 18:42:26 +0000
(14:42 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Mon, 30 Apr 2018 18:42:26 +0000
(14:42 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
extension/app/manifest.json
patch
|
blob
|
history
diff --git
a/extension/app/manifest.json
b/extension/app/manifest.json
index
eea09d8
..
579f3de
100644
(file)
--- a/
extension/app/manifest.json
+++ b/
extension/app/manifest.json
@@
-29,5
+29,10
@@
"permissions": [
"nativeMessaging"
],
+ "applications": {
+ "gecko": {
+ "id": "hatch-native-messenger@evergreen-ils.org",
+ "strict_min_version": "56.0"
+ },
"minimum_chrome_version": "38"
}