Math Practice and Games from kid

Math Practice and Games from kid

This extension shows my math site(www.mathprogramsbykid.weebly.com/) in a popup

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 and Games from kid",
  "description": "This extension shows my math site(www.mathprogramsbykid.weebly.com/) in a popup",
  "version": "1.0",
  "browser_action": {
    "default_icon": "Favicon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://mathprogramsbykid.weebly.com/"
  ]
}