CALLIDO Research Tool

CALLIDO Research Tool

CALLIDO Research Tool for Student

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApOIo22NPg7LwZBDgGA6S8IjgSYS7Vr7KiObb86pnfkzTzwzrysNkrj+/iSqgC2Afe1s2AixeczmPL2phXklUgtdmyv6hNyiiGloceKs0xiua+ub162PFaUCeiBekkG3raG710aK/N2qyppcQwtlpjNR2ppvwZeGCSzoGwnlbtKfpjwF3d6pLO2XOzzsW5HtAOkRE7LbkV5P4iVwxaxNRxkPdKbPm3IV2xpKcei396mXYaG2gpArzI+ZtKdibArrQfnKe/+rBKNjqeKGtCGuNlMiBsWoN7S9lAb/C8Bbw0I4NAbT0J0jrL++pMK89nC9pmhYNpWsZtOD+A5x+YmGUxwIDAQAB",
  "manifest_version": 2,
  "name": "CALLIDO Research Tool",
  "version": "2.1.2",
  "description": "CALLIDO Research Tool for Student",
  "icons": {
    "16": "Logo.png",
    "48": "Logo.png",
    "128": "Logo.png"
  },
  "browser_action": {
    "default_icon": "images/Logo.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "contextMenus",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-3.4.1.min.js",
        "js/customJsFiles/url.js",
        "js/Chart.bundle.js",
        "js/chart.js",
        "js/Chart.min.js",
        "js/sweetalert.min.js",
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js",
      "js/global.js",
      "js/background1.js"
    ]
  },
  "default_locale": "en",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cdnjs.cloudflare.com; object-src 'self'",
  "web_accessible_resources": [
    "css/sweetalert.css",
    "subjectSelection.html",
    "questionForm.html",
    "argument_map.html",
    "EvaluateQuestion.html",
    "images/*",
    "barChart.html",
    "scatteredChart.html",
    "repository.html",
    "argument_repository.html",
    "js/background1.js",
    "mapper.html",
    "login.html"
  ]
}