Remarq

Remarq

Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Remarq",
  "version": "0.0.0.1789",
  "description": "Remarq Lite is a free tool that lets you take notes, collaborate, learn, and share -- anywhere! ",
  "icons": {},
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "32": "images/lite_icon_inactive-32.png",
      "64": "images/lite_icon_inactive-64.png",
      "128": "images/lite_icon_inactive-128.png"
    },
    "default_title": "Remarq Lite"
  },
  "permissions": [
    "cookies",
    "background",
    "tabs",
    "activeTab",
    "file://*/*",
    "https://remarqable.com/",
    "https://*.redlink.com/",
    "http://*/*",
    "https://*/*",
    "https://fonts.googleapis.com/",
    "http://fonts.googleapis.com/",
    "https://fonts.gstatic.com/"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.remarqable.com/*",
      "*://remarqable.com/*",
      "*://*.redlink.com/*",
      "https://localhost/*",
      "https://localhost:9443/*"
    ]
  },
  "web_accessible_resources": [
    "groveLogo.gif",
    "banner.html",
    "groveInject.bundle.js",
    "images/*",
    "dist/*",
    "web/*",
    "main/*",
    "pdf.js/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-2CWF7ar1JbJDNK7YJQpjP7jlvfdY/pe3fNN8MfaKFIY=' 'sha256-IjmmUuzYpK71k43TrozXzqTl9eOqJaoN5mTd1KRiTrU=' https://www.google-analytics.com https://ajax.googleapis.com https://cdnjs.cloudflare.com https://www.gstatic.com https://www.google.com https://storage.googleapis.com https://cdn.quilljs.com https://*.hotjar.com https://netdna.bootstrapcdn.com https://*.remarqable.com https://remarqable.com https://*.redlink.com https://localhost https://localhost:9443; object-src 'self'",
  "incognito": "split",
  "offline_enabled": false
}