Examine source code of World Map

Inspect and view changes in World Map source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "World Map",
  "description": "Educational resource for world maps, atlases, and in-depth geography information",
  "version": "1.4",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.appmonestry.com/apps/map/index.html"
    ],
    "launch": {
      "web_url": "http://www.appmonestry.com/apps/map/index.html"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}