Pattern Shapes, by The Math Learning Center

Pattern Shapes, by The Math Learning Center

Students use Pattern Shapes to explore geometry and fractions, create their own designs, or fill in outlines.

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-PatternShapes.png"
  },
  "manifest_version": 2,
  "name": "Pattern Shapes, by The Math Learning Center",
  "short_name": "Pattern Shapes",
  "description": "Students use Pattern Shapes to explore geometry and fractions, create their own designs, or fill in outlines.",
  "version": "3.0.0",
  "offline_enabled": true,
  "permissions": [
    "background",
    "clipboard",
    "clipboardWrite",
    "storage",
    "webview"
  ],
  "webview": {
    "partitions": [
      {
        "name": "info",
        "accessible_resources": [
          "*"
        ]
      }
    ]
  }
}