My Life

My Life

A fun life simulator game!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Life",
  "description": "A fun life simulator game!",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "128": "my-life-128.png"
  },
  "app": {
    "urls": [
      "https://www.apewebapps.com/my-life/chrome/"
    ],
    "launch": {
      "web_url": "https://www.apewebapps.com/my-life/chrome/"
    }
  }
}