Examine source code of colors-of-the-day

Inspect and view changes in colors-of-the-day 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",
  "manifest_version": 2,
  "name": "colors-of-the-day",
  "short_name": "CotD",
  "description": "曜日を連想させる写真を新しいタブに表示します",
  "version": "1.3",
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "permissions": [],
  "optional_permissions": [],
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "incognito": "split",
  "minimum_chrome_version": "22"
}