Lumos Learning ILEARN Practice Tests

Lumos Learning ILEARN Practice Tests

Developed by Expert Teachers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": " Lumos Learning ILEARN Practice Tests",
  "description": "Developed by Expert Teachers",
  "version": "1.6.1",
  "icons": {
    "128": "images/lumos_icon2.png"
  },
  "browser_action": {
    "default_icon": "images/logoSmall2.png",
    "default_popup": "browser_action/popup.html"
  },
  "background": {
    "page": "background/background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "js/content.js"
      ],
      "css": [
        "js/content.css"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "new_tab/views/sqpt.html"
  },
  "permissions": [
    "tabs",
    "cookies",
    "notifications",
    "*://*.lumoslearning.com/*"
  ],
  "web_accessible_resources": [
    "lumos_icon.png"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com/ga.js https://cdnjs.cloudflare.com https://fontawesome.com; object-src 'self'"
}