EEXCESS / chrome-extension

Chrome extension for displaying cultural and scientific resources in the context of a web page. The extension integrates other modules like C4, the Visualization Widgets and PEAS.
2 stars 2 forks source link

Make the chrome extension compatible with Webextension (Firefox) #59

Open gagarine opened 8 years ago

gagarine commented 8 years ago

Webextension are the coming new extension for Firefox. Their are very similar to the Chrome extension and should be compatible.

Changing the manifest.json by simply adding the following key should make works.

"applications": {
  "gecko": {
    "id": "zotero-connectors@zotero.org"
  }
},

This should help: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Porting_from_Google_Chrome