John Young Middle School Teacher Resource

John Young Middle School Teacher Resource

A one-stop extension for all the digital resources that are available for John Young Teachers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "John Young Middle School Teacher Resource",
  "version": "3.0.0.0",
  "manifest_version": 2,
  "description": "A one-stop extension for all the digital resources that are available for John Young Teachers.",
  "icons": {
    "19": "icons/19.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "page": "window.html"
  },
  "browser_action": {
    "default_icon": "icons/19.png",
    "default_popup": "window.html",
    "default_title": "John Young"
  }
}