Prodigy Math Games Online

Prodigy Math Games Online

Prodigy Math Games Online extension provide you with Prodigy Math design on PC new tab page. Created for Prodigy Math fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Prodigy Math Games Online",
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Prodigy Math Games Online extension provide you with Prodigy Math design on PC new tab page. Created for Prodigy Math fans.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "version": "691.13.355.919",
  "permissions": [
    "topSites",
    "unlimitedStorage",
    "bookmarks"
  ]
}