Examine source code of Iowa Hawkeye Theme

Inspect and view changes in Iowa Hawkeye Theme 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
{
  "description": "For Iowa Hawkeye Fans",
  "short_name": "Iowa",
  "icon": "images/Icon.png",
  "manifest_version": 2,
  "name": "Iowa Hawkeye Theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_ntp_background": "images/ntp_background.png",
      "theme_toolbar": "images/toolbar.png"
    },
    "properties": {
      "ntp_background_repeat": "repeat"
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0"
}