PlayEdu Free

PlayEdu Free

For internal testing, original version

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PlayEdu Free",
  "version": "17.17",
  "manifest_version": 2,
  "description": "For internal testing, original version",
  "offline_enabled": true,
  "author": {
    "email": "[email protected]"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "16x16.png",
    "24": "24.png",
    "128": "128.png"
  }
}