MindSphere Authentication Helper Extension

MindSphere Authentication Helper Extension

Borrow the SESSION and XSTF-TOKEN cookie from Siemens Insights Hub for local development and command line tools.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MindSphere Authentication Helper Extension",
  "version": "2.0.0",
  "description": "Borrow the SESSION and XSTF-TOKEN cookie from Siemens Insights Hub for local development and command line tools.",
  "author": "@sn0wcat",
  "host_permissions": [
    "https://*.mindsphere.io/*",
    "https://*.mindsphere-in.cn/*"
  ],
  "permissions": [
    "cookies"
  ],
  "icons": {
    "16": "assets/images/logo-16.png",
    "32": "assets/images/logo-32.png",
    "48": "assets/images/logo-48.png",
    "128": "assets/images/logo-128.png"
  },
  "background": {},
  "action": {
    "default_icon": {
      "16": "assets/images/logo-16.png",
      "32": "assets/images/logo-32.png",
      "48": "assets/images/logo-48.png",
      "128": "assets/images/logo-128.png"
    },
    "default_title": "Siemens Insights Hub and Industrial IoT Authentication Helper",
    "default_popup": "index.html"
  },
  "manifest_version": 3
}