Open In Bundle Viewer

Open In Bundle Viewer

Add a link to open in OctoPrint's bundle viewer in the context menu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Open In Bundle Viewer",
  "version": "1.2.0",
  "description": "Add a link to open in OctoPrint's bundle viewer in the context menu",
  "homepage_url": "https://github.com/OctoPrint/Open-in-Bundle-Viewer",
  "manifest_version": 2,
  "minimum_chrome_version": "74",
  "icons": {
    "16": "img/tentacle-16.png",
    "32": "img/tentacle-16.png",
    "48": "img/tentacle-16.png",
    "128": "img/tentacle-128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  }
}