RideShare Trip Stats

RideShare Trip Stats

Analyzes your rideshare profile to show statistics on your rides!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RideShare Trip Stats",
  "version": "10.1",
  "description": "Analyzes your rideshare profile to show statistics on your rides!",
  "permissions": [
    "tabs",
    "scripting",
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://uber.com/*",
    "https://*.uber.com/*",
    "https://*.ubereats.com/*"
  ],
  "action": {
    "default_title": "Click to run"
  },
  "homepage_url": "https://jonlu.ca",
  "icons": {
    "32": "images/icon32.png",
    "38": "images/icon.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/_commonjsHelpers.b8add541.js",
        "assets/sweetalert2.all.f02475f9.js",
        "assets/RideShareStats.ts.584459ca.js"
      ],
      "use_dynamic_url": false
    }
  ]
}