Access Token Generator for Tesla

Access Token Generator for Tesla

Enables generating access tokens for tesla.com for use with third-party services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Access Token Generator for Tesla",
  "version": "2.0.3",
  "description": "Enables generating access tokens for tesla.com for use with third-party services",
  "icons": {
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "https://auth.tesla.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "48": "img/48.png",
      "128": "img/128.png"
    }
  }
}