Skip to content

Commit

Permalink
Enable support for Firefox (fixes #1).
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-osman committed Dec 28, 2017
1 parent 59d030b commit 627c1f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "NitroShare",
"version": "1.0.1",
"version": "1.0.2",

"description": "Integration with the NitroShare desktop client",
"icons": {
Expand All @@ -15,6 +15,11 @@
"default_title": "Send URL with NitroShare"
},

"applications": {
"gecko": {
"id": "nitroshare-firefox@nitroshare.net"
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv6/L+Ye+qjH2KSnXo5CvYO2J25T03a1PGcu7zELfuPUZWXoEZosoHQ3KVqU6dTKzgLdqKQziJwohflL6KZInxnhOvkqbChQ5JHtufbGRnQ/sELfPmvhCzZx+I2ZW71b0c92QKPJohJjA8+bu8JvBHOjsXLb0t5cH2q0cFItnjto+9ingTQh6uMP6PZ90E7p/yuM+OyQwxq0xhdyRTr8G0dxUE5SLXHvOwmUw6auGFT0FVDe9OaIng8YfrN9H2NEqDbxftPkELHfWkMKsCHjwY3fexknmL4xSK+uQULeEeYYjr459FRZApS87Cb0ph8Yniuq8v9fTgAkceaHt9t0/YQIDAQAB",

"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $(function() {
lastRequest;

// Create a port for interacting with the native messaging host
let port = chrome.runtime.connectNative('net.nitroshare.chrome');
let port = chrome.runtime.connectNative('net.nitroshare.nmh');

// Send a request to the host
function request(name, parameters) {
Expand Down

0 comments on commit 627c1f3

Please sign in to comment.