Pinmark.it

Pinmark.it

Pinmark.it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pinmark.it",
  "version": "1.1.7",
  "manifest_version": 2,
  "description": "Pinmark.it",
  "browser_action": {
    "default_icon": "icon128.png",
    "default_title": "Pinmark.it",
    "default_popup": "html/browser_action.html"
  },
  "icons": {
    "32": "icon32.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "background",
    "tabs",
    "webNavigation",
    "http://*/*",
    "https://*/*",
    "*://pinmark.it/*"
  ],
  "web_accessible_resources": [
    "/html/browser_action.html",
    "/html/basic_infobar.html",
    "/html/login_infobar.html",
    "/html/add_note.html",
    "/html/upload.html",
    "/html/grabImage2.html",
    "/html/topic_overview.html",
    "/html/screenshot.html",
    "/html/grab_text.html",
    "/html/colaborate.html",
    "/html/grab_video.html",
    "/style/style.css",
    "/images/exten_access_frm_web.png"
  ],
  "content_scripts": [
    {
      "css": [
        "/style/screenshot/selected.css"
      ],
      "js": [
        "/js/jquery/jquery.min.js",
        "/js/screenshot/dragresize.js",
        "/js/screenshot/content_script.js",
        "/js/bar_status.js",
        "/js/grab_text_cs.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "default_locale": "en",
  "background": {
    "page": "html/background.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self' https://www.google.com"
}