Zotero to Overleaf Local Sync

Zotero to Overleaf Local Sync

Sync Zotero Better Bibtex export to Overleaf locally

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.e7bcd3ac.png",
    "32": "icon32.plasmo.ce39377b.png",
    "48": "icon48.plasmo.3c17e113.png",
    "64": "icon64.plasmo.df317abe.png",
    "128": "icon128.plasmo.6a4310c5.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.e7bcd3ac.png",
      "32": "icon32.plasmo.ce39377b.png",
      "48": "icon48.plasmo.3c17e113.png",
      "64": "icon64.plasmo.df317abe.png",
      "128": "icon128.plasmo.6a4310c5.png"
    }
  },
  "version": "0.0.3",
  "author": "vantezzen",
  "name": "Zotero Better-BibTex to Overleaf Local Sync",
  "description": "Sync Zotero Better Bibtex export to Overleaf locally",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "permissions": [
    "scripting",
    "https://*.overleaf.com/project/*",
    "http://127.0.0.1/better-bibtex/export/collection/*",
    "http://localhost/better-bibtex/export/collection/*",
    "http://127.0.0.1:23119/better-bibtex/export/collection/*",
    "http://127.0.0.1:24119/better-bibtex/export/collection/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.overleaf.com/project/*"
      ],
      "js": [
        "SyncArea.4deda49b.js"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    "SyncArea.ae0a1394.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{302be5f4-9ce1-467e-a35c-9880f3d6d9a0}"
    }
  }
}