Liu++

Liu++

This extension brings new functionality to liu services

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Liu++",
  "description": "This extension brings new functionality to liu services",
  "version": "2.1.2",
  "icons": {
    "16": "favicon16.png",
    "48": "favicon48.png",
    "128": "favicon128.png"
  },
  "browser_action": {
    "default_icon": "favicon16.png",
    "default_popup": "popup.html",
    "default_title": "Click here!"
  },
  "web_accessible_resources": [
    "node_modules/bootstrap/dist/css/bootstrap.min.css"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www3.student.liu.se/portal/studieresultat/*",
        "https://www3.student.liu.se/portal/login"
      ],
      "css": [
        "css/normal.css",
        "node_modules/bootstrap/dist/css/bootstrap.min.css",
        "css/style.css"
      ],
      "js": [
        "node_modules/jquery/dist/jquery.js",
        "node_modules/bootstrap/dist/js/bootstrap.js",
        "node_modules/firebase/lib/firebase-web.js",
        "bower_components/lodash/lodash.min.js",
        "app/results/view.js",
        "app/studentportalen.js",
        "app/results/createReport/view.js",
        "app/results/createReport/controller.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://cdn.firebase.com https://*.firebaseio.com https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}