Microsoft App Launcher Firefox

Examine source code of Microsoft App Launcher

Inspect and view changes in Microsoft App Launcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Microsoft App Launcher",
  "version": "1.2",
  "description": "Adds a Microsoft App Launcher shortcut",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "microsoft_app_launcher@example.soham"
    }
  },
  "browser_action": {
    "default_icon": {
      "19": "icon.svg",
      "38": "icon.svg"
    },
    "default_title": "Microsoft App Launcher",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": []
    }
  ],
  "background": {
    "scripts": []
  }
}

Best Microsoft App Launcher Alternatives

Here are some Firefox add-ons that are similar to Microsoft App Launcher: