Markup - Web Markups & Highlighter

Markup - Web Markups & Highlighter

Highlight, manage, and share any web page or article anytime, anywhere!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.4.5",
  "background": {
    "persistent": true,
    "scripts": [
      "/scripts/lib/util.js",
      "/scripts/global.js",
      "/scripts/common.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "res/[email protected]",
    "default_title": "Show My Web Markups menu"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/lib/inject_jquery.js",
        "scripts/lib/my_markups.js",
        "scripts/global.js",
        "content-script.js",
        "scripts/lib/detect.js",
        "scripts/lib/reformat.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "*://*/*",
        "https://markups.preparing.kdanmobile.com/",
        "https://markups.kdanmobile.com/",
        "https://ajax.googleapis.com/",
        "file://*/*"
      ],
      "css": [
        "/styles/common.css"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "icons": {
    "20": "res/markup-logo.png",
    "40": "res/[email protected]",
    "60": "res/[email protected]",
    "128": "res/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_title__",
  "description": "__MSG_description__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "cookies",
    "activeTab",
    "tabs",
    "https://markups.preparing.kdanmobile.com/",
    "https://markups.kdanmobile.com/"
  ],
  "web_accessible_resources": [
    "/styles/*",
    "/res/*",
    "/scripts/*",
    "/content.html",
    "/remind/*",
    "/prompt/*",
    "/login/*",
    "/upgrade/*"
  ],
  "default_locale": "en"
}