Octo Preview

Octo Preview

Live preview for markdown comments in PRs/Issues on GitHub

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Octo Preview",
  "version": "1.0.2",
  "description": "Live preview for markdown comments in PRs/Issues on GitHub",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "live-preview.js",
    "live-preview.css"
  ]
}