Examine source code of Velký slovník cizích slov

Inspect and view changes in Velký slovník cizích slov 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": "__MSG_extName__",
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "41",
  "version": "0.2100",
  "version_name": "2.10",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "alarms",
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "storage",
    "clipboardRead",
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "clipboardWrite"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {
    "arc.types": {
      "types": [
        "text/plain"
      ]
    }
  },
  "arc_metadata": {
    "apkList": [
      "SlovnikCizichSlov-czech-release.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "tablet",
    "name": "Velký slovník cizích slov",
    "orientation": "landscape",
    "packageName": "cz.jhg.slovnikcizichslov"
  }
}