Ice Dodo Extra Maps

Ice Dodo Extra Maps

Play 3D game easily by clicking the little icon at the top right corner of your browser. With the unoffical extra content (maps)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "assets/icons/icon.png",
    "default_popup": "world.html"
  },
  "description": "Play 3D game easily by clicking the little icon at the top right corner of your browser. With the unoffical extra content (maps)",
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "Ice Dodo Extra Maps",
  "permissions": [
    "storage"
  ],
  "short_name": "Ice Dodo",
  "version": "0.22",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}