myedtechbuddy

myedtechbuddy

Self-paced Edtech PD

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "myedtechbuddy",
  "icons": {
    "16": "16 icon.png",
    "19": "19 icon.png",
    "32": "32 icon.png",
    "64": "64 icon.png",
    "128": "128 icon.png"
  },
  "version": "0.1",
  "description": "Self-paced Edtech PD",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "16 icon.png",
      "19": "19 icon.png",
      "32": "32 icon.png",
      "64": "64 icon.png",
      "128": "128 icon.png"
    }
  }
}