UC Learn Fix :)

UC Learn Fix :)

Forces all PDF files on learn to open in fullscreen view

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UC Learn Fix :)",
  "version": "1.3.3",
  "icons": {
    "16": "/img/icons/icon_16.png",
    "48": "/img/icons/icon_48.png",
    "128": "/img/icons/icon_128.png"
  },
  "description": "Forces all PDF files on learn to open in fullscreen view",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "http://learn.canterbury.ac.nz/*"
      ],
      "js": [
        "/js/external/jquery.js",
        "/js/content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2
}