Google Takeout Mileage & Timeline Exporter

Google Takeout Mileage & Timeline Exporter

This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Takeout Mileage & Timeline Exporter",
  "version": "2.0.0",
  "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/*"
  ],
  "manifest_version": 3
}