Open with Overleaf

Open with Overleaf

Open/edit latex files online using www.overleaf.com without the need of any software to be installed on your computer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Open with Overleaf",
  "version": "1.0",
  "description": "Open/edit latex files online using www.overleaf.com without the need of any software to be installed on your computer",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "homepage_url": "https://github.com/ishu3101/open-with-overleaf",
  "permissions": [
    "contextMenus"
  ]
}