Get Help!

Get Help!

Submit tickets quickly and easily through your web browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Get Help!",
  "version": "1.1.0.0",
  "manifest_version": 3,
  "description": "Submit tickets quickly and easily through your web browser.",
  "action": {
    "default_icon": "fsilogo.png",
    "default_popup": "taskpane.html"
  },
  "icons": {
    "16": "fsilogo16.png",
    "32": "fsilogo32.png",
    "48": "fsilogo48.png",
    "128": "fsilogo128.png",
    "192": "fsilogo192.png"
  },
  "permissions": [
    "identity",
    "identity.email"
  ],
  "oauth2": {
    "client_id": "da2bc840-777f-4b6b-bd5b-f94f5d9acf9b",
    "scopes": [
      "openid",
      "profile",
      "email"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}