Math Practice - iPracticeMath.com

Math Practice - iPracticeMath.com

Math Practice for K-12 grades

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Math Practice - iPracticeMath.com",
  "description": "Math Practice for K-12 grades",
  "version": "1.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "http://www.ipracticemath.com/"
  ]
}