Fun Educational Games

Fun Educational Games

Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fun Educational Games",
  "version": "1.2",
  "description": "Fun Educational Games for grades PreK through 12 that will keep kids engaged and having fun.",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}