Hapara Highlights - Defunct Version

Hapara Highlights - Defunct Version

Decommissioned Student Extension for Hapara Highlights. Please switch to the self-hosted version.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "hapara",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "version": "4.2.0",
  "minimum_chrome_version": "28",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "gcm_sender_id": "103953800507",
  "background": {
    "scripts": [
      "webpack/background-4f3f3712b1df5275a41e.js"
    ],
    "persistent": true
  },
  "incognito": "split",
  "homepage_url": "http://hapara.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "38": "icons/icon38.png"
    },
    "default_title": "__MSG_extName__"
  },
  "oauth2": {
    "client_id": "545638117049-56718o12ldq2k7hsi70ac9nnelt3erg4.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://*.pusher.com https://securetoken.googleapis.com; object-src 'self'",
  "permissions": [
    "<all_urls>",
    "file://*/*",
    "identity",
    "identity.email",
    "notifications",
    "tabs",
    "webRequest",
    "webNavigation",
    "webRequestBlocking",
    "storage",
    "gcm",
    "idle"
  ],
  "web_accessible_resources": [
    "disabled_notice.html"
  ],
  "externally_connectable": {
    "ids": [
      "balenkmpebblahmajkhkojpblggbnipp",
      "kknjedgijbmffcfjmhegoaahkcienndc",
      "hpamladjhjimikgajbgjmcopoejbpnfp",
      "feahffpjnjlbbjjocajdmbbgbmplnpji",
      "aceopacgaepdcelohobicpffbbejnfac"
    ],
    "matches": [
      "https://workspace-test.teacherdashboard.com/*"
    ]
  }
}