Gitpod - Always ready to code.

Gitpod - Always ready to code.

Gitpod streamlines developer workflows by providing ready-to-code development environments in your browser - powered by VS Code.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.479a7477.png",
    "32": "icon32.plasmo.bda9b091.png",
    "48": "icon48.plasmo.de27e3e0.png",
    "64": "icon64.plasmo.85f236c0.png",
    "128": "icon128.plasmo.de3f67b0.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.479a7477.png",
      "32": "icon32.plasmo.bda9b091.png",
      "48": "icon48.plasmo.de27e3e0.png",
      "64": "icon64.plasmo.85f236c0.png",
      "128": "icon128.plasmo.de3f67b0.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.1.9",
  "author": "Gitpod <[email protected]>",
  "name": "Gitpod",
  "description": "The developer platform for on-demand cloud development environments. Create software faster and more securely.",
  "homepage_url": "https://www.gitpod.io",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "permissions": [
    "storage",
    "scripting",
    "contextMenus",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gitpod.io/*",
        "https://*.gitpod.cloud/*",
        "https://*.gitpod.dev/*"
      ],
      "js": [
        "gitpod-dashboard.65cdcc5f.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://github.com/*",
        "https://gitlab.com/*",
        "https://bitbucket.org/*"
      ],
      "js": [
        "button.8fc87489.js"
      ],
      "css": []
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{dbcc42f9-c979-4f53-8a95-a102fbff3bbe}"
    }
  },
  "optional_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    "button.87fff13a.css"
  ]
}