Examine source code of 하늘의 곤충친구들

Inspect and view changes in 하늘의 곤충친구들 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": "하늘의 곤충친구들",
  "description": "하늘의 곤충친구들",
  "version": "1.45",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "requirements": {
    "3D": {
      "features": [
        "css3d",
        "webgl"
      ]
    }
  },
  "app": {
    "launch": {
      "local_path": "Sky insect 2D_kr_nacl.html"
    }
  }
}