Number Frames, by The Math Learning Center

Number Frames, by The Math Learning Center

Helps students structure numbers to five, ten, twenty, and a hundred. Students grow from 1-by-1 counts to more efficient approaches.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "Number Frames, by The Math Learning Center",
  "short_name": "Number Frames",
  "description": "Helps students structure numbers to five, ten, twenty, and a hundred. Students grow from 1-by-1 counts to more efficient approaches.",
  "version": "2.0.1",
  "offline_enabled": true,
  "permissions": [
    "background",
    "clipboard",
    "clipboardWrite",
    "storage",
    "webview"
  ],
  "webview": {
    "partitions": [
      {
        "name": "info",
        "accessible_resources": [
          "*"
        ]
      }
    ]
  }
}