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", "manifest_version": 3, "name": "Backgrounds for VSCode and Codespaces", "author": "Katsute", "description": "Background image extension for VSCode web and GitHub Codespaces", "version": "1.1", "homepage_url": "https:\/\/github.com\/KatsuteDev\/BackgroundX", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "120", "browser_specific_settings": { "gecko": { "id": "{57ac8695-8fc0-4df1-ab07-3ac768ec471d}", "strict_min_version": "121.0" } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "index.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/vscode.dev\/*", "https:\/\/*.github.dev\/*" ], "exclude_matches": [ "https:\/\/*.app.github.dev\/*" ] } ] }