Apollo

Apollo

Engage students with fun interactive lessons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Apollo",
  "description": "Engage students with fun interactive lessons.",
  "version": "0.0.1",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "app": {
    "urls": [
      "https://apollo.atlaslearning.net/"
    ],
    "launch": {
      "web_url": "https://apollo.atlaslearning.net/"
    }
  }
}