Skip to content

Commit

Permalink
Firefox 55 compatibility: fix zotero-platform files
Browse files Browse the repository at this point in the history
Mozilla removed support for the 'platform' keyword in chrome.manifest,
so use os= instead
  • Loading branch information
dstillman committed Sep 30, 2017
1 parent 89babf8 commit 404e045
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion chrome.manifest
@@ -1,5 +1,11 @@
content zotero chrome/content/zotero/
content zotero-platform chrome/content/zotero-platform/ platform
content zotero-platform chrome/content/zotero-platform/mac/ os=Darwin
content zotero-platform chrome/content/zotero-platform/win/ os=WINNT
content zotero-platform chrome/content/zotero-platform/unix/ os=Linux
content zotero-platform chrome/content/zotero-platform/unix/ os=SunOS
content zotero-platform chrome/content/zotero-platform/unix/ os=FreeBSD
content zotero-platform chrome/content/zotero-platform/unix/ os=OpenBSD

resource zotero resource/

locale zotero en-US chrome/locale/en-US/zotero/
Expand Down

0 comments on commit 404e045

Please sign in to comment.