Examine source code of Chess PGN Viewer

Inspect and view changes in Chess PGN Viewer 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": "Chess PGN Viewer",
  "version": "1.1.0",
  "manifest_version": 2,
  "description": "Allows you to view and replay Chess PGN (Portable Game Notation) files from Google Drive",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "1023257958231",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/x-chess-pgn",
          "text/x-chess-pgn",
          "application/vnd.google.drive.ext-type.pgn"
        ],
        "href": "https://dmcgrath.github.io/ChessPGN/dynamic-frame.html",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "32": "bk-32.png",
    "48": "bk-48.png",
    "128": "bk-128.png"
  },
  "app": {
    "launch": {
      "web_url": "https://dmcgrath.github.io/ChessPGN/"
    }
  }
}