Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Blue Marble for Wplace", "version": "0.90.1", "description": "Enhance your Wplace.live experience with templates, automation, and pixel-perfect coordination tools.", "permissions": [ "storage", "activeTab" ], "host_permissions": [ "https:\/\/wplace.live\/*" ], "content_scripts": [ { "matches": [ "https:\/\/wplace.live\/*" ], "js": [ "src\/content.js" ], "css": [ "styles\/content.css" ], "run_at": "document_end" } ], "background": { "service_worker": "src\/background.js" }, "action": { "default_popup": "src\/popup.html", "default_title": "Blue Marble", "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "styles\/*", "src\/*" ], "matches": [ "https:\/\/wplace.live\/*" ] } ], "options_page": "src\/options.html", "author": "wplace.style", "homepage_url": "https:\/\/wplace.style\/?utm_source=chrome_extension&utm_medium=manifest&utm_campaign=blue_marble", "short_name": "Blue Marble", "developer": { "name": "wplace.style", "url": "https:\/\/wplace.style", "email": "[email protected]" } }