{ "manifest_version": 2, "name": "Figma Windows UA Spoofer", "description": "Spoof Windows User-Agent and platform on figma.com", "version": "1.0.0", "applications": { "gecko": { "id": "figma-windows-ua-spoofer@imnyang.local", "strict_min_version": "109.0" } }, "permissions": [ "webRequest", "webRequestBlocking", "https://figma.com/*", "https://*.figma.com/*" ], "background": { "scripts": [ "background.firefox.js" ] }, "content_scripts": [ { "matches": [ "https://figma.com/*", "https://*.figma.com/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "injected.js" ] }