Power DevBox Shortcut

Power DevBox Shortcut

Shortcuts to your Power Platform Environments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Power DevBox Shortcut",
  "version": "1.0.2",
  "description": "Shortcuts to your Power Platform Environments",
  "icons": {
    "128": "shortcut 128.png"
  },
  "manifest_version": 3,
  "author": "David Wyatt",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+E",
        "mac": "Command+E"
      },
      "description": "Launch Window",
      "global": true
    }
  },
  "permissions": [
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "https://*.api.flow.microsoft.com/*",
    "https://make.powerautomate.com/environments/*",
    "https://make.powerapps.com/environments/*",
    "https://make.preview.powerapps.com/environments/*",
    "https://*.tenant.api.powerplatform.com/*"
  ],
  "action": {
    "default_popup": "index.htm",
    "default_title": "Power Shortcut"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}