Skip to content

Instantly share code, notes, and snippets.

@classilla
Last active December 9, 2018 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save classilla/a1dd357871f54b729361a19474584625 to your computer and use it in GitHub Desktop.
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 .
{
"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