Try in Dev Spaces Firefox

Examine source code of Try in Dev Spaces

Inspect and view changes in Try in Dev Spaces source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds a button to GitHub that opens projects on Dev Spaces instances.",
  "version": "1.1.2",
  "manifest_version": 3,
  "name": "Try in Dev Spaces",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e5b67b9e-a1bd-11ed-a8fc-0242ac120002}"
    }
  },
  "optional_permissions": [
    "scripting",
    "https://*/*",
    "http://*/*"
  ],
  "host_permissions": [
    "https://github.com/*"
  ],
  "background": {
    "scripts": [
      "backgroundScript.bundle.js"
    ]
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

Best Try in Dev Spaces Alternatives

Here are some Firefox add-ons that are similar to Try in Dev Spaces: