JotterPad - Markdown, Fountain Editor

JotterPad - Markdown, Fountain Editor

Markdown & Fountain WYSIWYG editor with cloud sync and offline access.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "JotterPad - Markdown, Fountain Editor",
  "version": "1.0.2",
  "homepage_url": "https://jotterpad.app",
  "description": "Markdown & Fountain WYSIWYG editor with cloud sync and offline access.",
  "default_locale": "en",
  "icons": {
    "16": "icons/jotterpad_chrome_icon.png",
    "48": "icons/[email protected]",
    "128": "icons/[email protected]"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://jotterpad.app/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}