Manyland

Manyland

Welcome to Manyland, an open universe we invent and live together!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Manyland",
  "short_name": "Manyland",
  "description": "Welcome to Manyland, an open universe we invent and live together!",
  "version": "2.14",
  "app": {
    "urls": [
      "http://manyland.com/"
    ],
    "launch": {
      "web_url": "http://manyland.com/"
    }
  },
  "icons": {
    "128": "icon.png"
  }
}