Clickedu

Clickedu

If you are a client of Clickedu (administrator, teacher, student, families, etc.), download the official Chrome app that grants…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clickedu",
  "short_name": "Clickedu",
  "version": "0.1.3",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqmNtLhclx/sqrhhFHJqzmSBJAZZOXQ1xK5ke/fO7ARenjAfwflmrZvWUuqbR9zyjAIQ+MOEiQSa2M1EdYA6qDN+QaHo/DPkv68x2CAuoxaoE9nibrQdUIIie92BAi6TDFxXmWxrPOoLZhF3qvvjgsqkiMcBicEZJBFBxUu6w7WMBqS9j1Oyv7d8LfNawigN5OPSahZAwd3G1FnQ5PogYBws56sYWJfzUTXFmVXmc2MQGrH0tWrPjtdJ87jkNy2F0xDQfYOrBu6YZUXWNpwkn8ccL9zNepFBp9g7EHjWUzg4n/3WhQEAPNXC5VobgrynptGxV0O4cz7wxGCv6s8YlYwIDAQAB",
  "minimum_chrome_version": "23",
  "default_locale": "es",
  "icons": {
    "16": "clickedu_logo_16.png",
    "128": "clickedu_logo_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/background.js",
        "js/vendor/jquery/jquery.min.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "identity",
    "notifications",
    "https://accounts.google.com/*",
    "https://*.googleapis.com/*",
    "https://*.clickedu.eu/*"
  ],
  "web_accessible_resources": [
    "clickedu_logo_16.png",
    "clickedu_logo_128.png",
    "font/*.woff2"
  ],
  "oauth2": {
    "client_id": "486902856929-9mj01qncnql759c44qo1s638u4pa2gch.apps.googleusercontent.com",
    "scopes": [
      "https://*.googleapis.com/*",
      "profile"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://apis.google.com; object-src 'self'"
}