Numici - annotate, collaborate and synthesize

Numici - annotate, collaborate and synthesize

Use Numici to organize, highlight, annotate and synthesize content in web pages and documents collaboratively or individually.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Numici - annotate, collaborate and synthesize",
  "short_name": "Numici",
  "version": "1.82.0.424",
  "version_name": "1.82.0.424",
  "manifest_version": 2,
  "minimum_chrome_version": "38",
  "description": "Use Numici to organize, highlight, annotate and synthesize content in web pages and documents collaboratively or individually.",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "homepage_url": "https://www.numici.com",
  "incognito": "split",
  "options_ui": {
    "page": "lib/options.html",
    "chrome_style": true
  },
  "offline_enabled": false,
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage",
    "webNavigation"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'; font-src 'self' data:;",
  "background": {
    "persistent": true,
    "scripts": [
      "settings-data.js",
      "client/build/scripts/jquery.bundle.js",
      "client/build/scripts/raven.bundle.js",
      "extension.bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/browser-icon-inactive.png",
      "38": "images/[email protected]"
    }
  },
  "web_accessible_resources": [
    "client/*",
    "content/*",
    "lib/*",
    "help/*",
    "content/web/viewer.html"
  ],
  "externally_connectable": {
    "matches": [
      "https://app.numici.com/*"
    ]
  }
}