Last active
December 9, 2018 04:41
-
-
Save classilla/a1dd357871f54b729361a19474584625 to your computer and use it in GitHub Desktop.
JSON native messaging descriptor for GNOME Shell Integration 3.30+ in Firefox (tested on Fedora 29/Firefox 63). Place in ~/.mozilla/native-messaging-hosts .
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
{ | |
"name": "org.gnome.chrome_gnome_shell", | |
"description": "Native connector for extensions.gnome.org", | |
"path": "/usr/bin/chrome-gnome-shell", | |
"type": "stdio", | |
"allowed_extensions": [ "chrome-gnome-shell@gnome.org" ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment