Examine source code of Daily Tearaway Calendar

Inspect and view changes in Daily Tearaway Calendar 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": 3,
  "name": "Daily Tearaway Calendar",
  "version": "1.0.2",
  "description": "A minimal daily tearaway calendar for your new tab page. Displays weather, holiday, and solar terms information in 5 themes.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "geolocation"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline' https://use.typekit.net https://p.typekit.net https://fonts.googleapis.com; object-src 'self'; connect-src https://api.open-meteo.com https://api.bigdatacloud.net https://date.nager.at; font-src https://use.typekit.net https://fonts.gstatic.com"
  }
}