Examine source code of Travel New Tab

Inspect and view changes in Travel 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Travel New Tab",
  "version": "1.2.0",
  "manifest_version": 3,
  "name": "Travel New Tab",
  "options_page": "options.html",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "logo.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "100": "logo.png"
  },
  "host_permissions": [
    "https://unsplash.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "logo.png"
      ],
      "matches": []
    }
  ]
}