PowerPopup Firefox

Examine source code of PowerPopup

Inspect and view changes in PowerPopup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PowerPopup",
  "description": "Quick launcher for Power Apps: jump straight to environments, apps, and solution components without the maker portal UI.",
  "version": "0.1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "powerpopup@example.com",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "PowerPopup (Alt+Shift+P)"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "storage",
    "identity",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://login.microsoftonline.com/*",
    "https://globaldisco.crm.dynamics.com/*",
    "https://*.dynamics.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/pocket.js"
      ],
      "css": [
        "content/pocket.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "popup/popup.html",
        "popup/popup.css",
        "popup/popup.js",
        "lib/*",
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Open the PowerPopup popup"
    },
    "toggle-pocket": {
      "suggested_key": {
        "default": "Alt+Shift+O"
      },
      "description": "Toggle the edge pocket on the current page"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Melhores alternativas PowerPopup

Aqui estão algumas Firefox add-ons que são similares a PowerPopup: