Skip to content

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

@gagarine

Description

@gagarine

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions