Markdown Editor for Chrome

Markdown Editor for Chrome

Create and view markdown files from anywhere. Simple and easy. A Github Flavored Markdown Editor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "16.0.1",
  "manifest_version": 3,
  "description": "__MSG_appDescription__",
  "homepage_url": "https://donate.stripe.com/9AQ2a76U47CQ1iM8ww",
  "icons": {
    "16": "assets/images/icons/icon-16.png",
    "64": "assets/images/icons/icon-64.png",
    "128": "assets/images/icons/icon-128.png"
  },
  "action": {},
  "default_locale": "en",
  "background": {
    "service_worker": "scripts/background.js"
  }
}