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
{
  "manifest_version": 2,
  "name": "Gayoung Clock",
  "version": "0.1",
  "description": "This program shows the time with the picture.",
  "content_scripts": [
    {
      "matches": [
        "*://github.com/acaever/gyclock/"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  }
}