Achieve3000 Mobile

Achieve3000 Mobile

Accelerate student reading gains with Achieve3000®'s differentiated lessons, anywhere, anytime, even without internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Achieve3000 Mobile",
  "description": "Accelerate student reading gains with Achieve3000®'s differentiated lessons, anywhere, anytime, even without internet.",
  "manifest_version": 2,
  "minimum_chrome_version": "32",
  "offline_enabled": true,
  "icons": {
    "16": "assets/icons/icon16.png",
    "36": "assets/icons/icon36.png",
    "48": "assets/icons/icon48.png",
    "57": "assets/icons/icon57.png",
    "72": "assets/icons/icon72.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvo2SxRZHVqWpL0/WAscQhWUUWwUMcNb/qGUsQQGDgq9I5qVJz4/aYKTQz0N7B174C+TvOffFQK1e7Snh0pCXZ9JF/boFZSt7VBM1FrQCllVkhOU+gE5x+GgJsi109nmhEOlIMjO1FkuH4InoaMv4KTvO9bE8hTsDCVvsznkVc+Z+N5uVwAkCoGlUwSoLRvBlaY5qPeyMSucMxjK3JenJe0tErps9AOs22BMZ401HsvjuttdF5eLZVKwYtL2V504g/KwnRjpP875073sU06KO9+Bo0AxXtF/j9Hb+QpibQvNS3uHlQDBck8s65Z0kSlEyJso5txrDcPeHWLEfbcERbQIDAQAB",
  "app": {
    "background": {
      "scripts": [
        "js/libs/ApplicationSettings.js",
        "js/libs/underscore-min.js",
        "js/libs/underscore.string.min.js",
        "globals.js",
        "build.js",
        "background.js"
      ]
    }
  },
  "oauth2": {
    "client_id": "202943979789-kabvo4tctrj2556cies3lkvr89a8di0q.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "permissions": [
    "*://*/*",
    "unlimitedStorage",
    "storage",
    "identity",
    "fullscreen",
    "https://www.googleapis.com/*",
    "https://www.google-analytics.com/"
  ],
  "version": "4.3.0.259"
}