Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.72e8bd43.png", "32": "icon32.plasmo.328efb7e.png", "48": "icon48.plasmo.1b6c20e9.png", "64": "icon64.plasmo.6c816b7b.png", "128": "icon128.plasmo.74615566.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.72e8bd43.png", "32": "icon32.plasmo.328efb7e.png", "48": "icon48.plasmo.1b6c20e9.png", "64": "icon64.plasmo.6c816b7b.png", "128": "icon128.plasmo.74615566.png" }, "default_popup": "popup.html" }, "version": "2.4.1", "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": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "scripting", "contextMenus", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/gitpod.io\/*", "https:\/\/app.gitpod.io\/*", "https:\/\/*.gitpod.cloud\/*" ], "js": [ "gitpod-dashboard.24c15cff.js" ], "css": [] }, { "matches": [ "https:\/\/github.com\/*", "https:\/\/gitlab.com\/*", "https:\/\/bitbucket.org\/*", "https:\/\/dev.azure.com\/*" ], "js": [ "button.c44b096a.js" ], "css": [] } ], "optional_host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gitlab.com\/*", "https:\/\/bitbucket.org\/*", "https:\/\/dev.azure.com\/*" ], "resources": [ "button.a204bf80.css" ] } ] }