Examine source code of Google Takeout Mileage & Timeline Exporter

Inspect and view changes in Google Takeout Mileage & Timeline Exporter 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",
  "name": "Google Takeout Mileage & Timeline Exporter",
  "version": "2.0.4",
  "action": {
    "default_title": "Show the popup",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/marker_16.png",
    "32": "images/marker_32.png",
    "48": "images/marker_48.png",
    "128": "images/marker_128.png"
  },
  "background": {
    "service_worker": "compiled/background.js"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.gumroad.com/*",
    "https://api.lemonsqueezy.com/*",
    "https://places.googleapis.com/*"
  ],
  "manifest_version": 3
}