Lectio opgaver skjuler

Lectio opgaver skjuler

Denne extension skjuler opgave som er afleveret og mangler.

Additional files are visible only to premium users

manifest.json


{
  "name": "Lectio opgave skjuler",
  "version": "2.5.0",
  "description": "Denne extension skjuler opgaver som er afleveret eller mangler og mere.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.lectio.dk/lectio/*/OpgaverElev.aspx?elevid=*"
      ],
      "js": [
        "content-scripts/afleveret-opgaver.js",
        "content-scripts/mangler-opgaver.js",
        "content-scripts/feedback-opgaver.js",
        "content-scripts/feedback-background.js",
        "content-scripts/onpage-afleveret-btn.js",
        "content-scripts/onpage-mangler-btn.js",
        "content-scripts/LectioOnPageNav.js",
        "content-scripts/opgave-beskrivelse.js",
        "content-scripts/opgave-elevnote.js",
        "content-scripts/toggelMaster.js"
      ],
      "css": [
        "css/onpageButtons.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Lectio opgaver skjuler (Klik for mere)",
    "default_icon": {
      "16": "images/icon16_v4.png",
      "32": "images/icon32_v4.png",
      "48": "images/icon48_v4.png",
      "64": "images/icon64_v4.png",
      "128": "images/icon128_v4.png",
      "256": "images/icon256_v4.png",
      "512": "images/icon512_v4.png"
    }
  },
  "icons": {
    "16": "images/icon16_v4.png",
    "32": "images/icon32_v4.png",
    "48": "images/icon48_v4.png",
    "64": "images/icon64_v4.png",
    "128": "images/icon128_v4.png",
    "256": "images/icon256_v4.png",
    "512": "images/icon512_v4.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "orc-developer@outlook.com"
    }
  },
  "manifest_version": 2
}