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": "ABODY.AI: True Fit Size For Shopping", "description": "Find the perfect fit for any brand with our extension!\nNo more hassle and guesswork when shopping for clothes online!", "version": "1.0.2", "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';" }, "action": { "default_popup": "index.html", "default_icon": "\/icons\/19.png" }, "icons": { "19": "\/icons\/19.png", "48": "\/icons\/50.png", "128": "\/icons\/128.png" }, "permissions": [ "storage", "scripting", "activeTab" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_globs": [ "*:\/\/*.google.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.apple.com\/*", "*:\/\/*.microsoft.com\/*" ], "js": [ "\/js\/jquery\/jquery_newest.min.js", "\/inject\/contentSub.js", "\/inject\/contentMain.js" ], "all_frames": false, "match_origin_as_fallback": false, "match_about_blank": false, "run_at": "document_idle", "world": "ISOLATED" } ], "web_accessible_resources": [ { "resources": [ "mini\/minipopup.html" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 3, "background": { "service_worker": "background.js" } }