Number Pieces, by The Math Learning Center

Number Pieces, by The Math Learning Center

Visualize and understand number values and relationships

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-NumberPieces.png"
  },
  "manifest_version": 2,
  "name": "Number Pieces, by The Math Learning Center",
  "short_name": "Number Pieces",
  "description": "Visualize and understand number values and relationships",
  "version": "5.0.0",
  "offline_enabled": true,
  "permissions": [
    "background",
    "clipboard",
    "clipboardWrite",
    "storage",
    "webview"
  ],
  "webview": {
    "partitions": [
      {
        "name": "info",
        "accessible_resources": [
          "*"
        ]
      }
    ]
  }
}