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", "name": "Wplace Tracer", "description": "Overlay images on wplace.live to help in drawing by tracing on them", "version": "1.2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "action": { "default_title": "Wplace Tracer", "default_icon": "assets\/logo128.png" }, "side_panel": { "default_path": "popup.html", "default_title": "Wplace Tracer", "default_icon": "assets\/logo128.png" }, "permissions": [ "storage", "sidePanel" ], "content_scripts": [ { "matches": [ "https:\/\/wplace.live\/*" ], "js": [ "contentScript.js" ], "css": [ "contentStyle.css" ] } ] }