Examine source code of Travel Destination Custom Backgrounds

Inspect and view changes in Travel Destination Custom Backgrounds 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",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';style-src 'self' 'unsafe-inline' *;media-src *;",
  "description": "Change Your New Tab Background to Travel Destination Images",
  "manifest_version": 2,
  "name": "Travel Destination Custom Backgrounds",
  "permissions": [
    "storage"
  ],
  "version": "3",
  "icons": {
    "128": "images/icon.png"
  }
}