Marxico

Marxico

Powerful Markdown Editor for Evernote

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_description__",
  "version": "1.8.15",
  "manifest_version": 2,
  "author": "gock",
  "offline_enabled": true,
  "default_locale": "en",
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "permissions": [
    "webview",
    "storage",
    "fullscreen",
    "overrideEscFullscreen",
    "https://www.google-analytics.com/",
    "*://maxiang.info/*",
    "*://www.evernote.com/*",
    "*://app.yinxiang.com/*",
    "*://app.maxiang.info/*",
    "*://marxi.co/*",
    "*://app.marxi.co/*",
    "*://test.maxiang.info/*",
    "*://test.maxiang.io/*",
    "*://0.0.0.0/*",
    "*://115.29.201.173/*",
    "*://maxiang.io/*",
    "*://app.maxiang.io/*",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    }
  ],
  "url_handlers": {
    "guid_note": {
      "matches": [
        "http://maxiang.info/note/*",
        "http://app.maxiang.info/note/*",
        "http://maxiang.io/note/*",
        "http://app.maxiang.io/note/*",
        "http://marxi.co/note/*",
        "http://app.marxi.co/note/*",
        "https://maxiang.info/note/*",
        "https://app.maxiang.info/note/*",
        "https://maxiang.io/note/*",
        "https://app.maxiang.io/note/*",
        "https://marxi.co/note/*",
        "https://app.marxi.co/note/*"
      ],
      "title": "Guid"
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "good_trusted",
        "accessible_resources": [
          "sandboxing.html",
          "*.js",
          "*.css",
          "*.woff",
          "*.otf"
        ]
      }
    ]
  }
}