Examine source code of iOS New Tab

Inspect and view changes in iOS New Tab 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": "iOS New Tab",
  "description": "An iOS inspired homepage.",
  "version": "1.3",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "/assets/photos/favicon-4.png",
    "default_popup": "/todo app/todo.html",
    "default_title": "ToDo List"
  },
  "permission": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "/assets/js/greeting.js"
    ],
    "persistent": false
  }
}