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, "version": "1.1", "name": "The Mend: Shop Sustainably", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA24Se8yZC9fwr1k8r99I8LyMFe1SH8SsbFO3Qf3ya52znMbI3cyPpaWUKr8nNyl71M+d+GO8FbVYf+T+JtiL8XKNwiNrwp71+U8BefcmKEry8O8hGRLlscZgIUXtZA8JBA7HgKm1lqMCCUZ96YBB8\/Tot+psaLZJkXHkan7VhjdhJC19wVDKoU4YGOAWu0VPiI4JtAsJttuW6wz\/3XEhSADYUT3UOaVPTlM4X2Gfha\/FW1YpxEyFcnV4xD5RativmEtPWMvmer9FuDhha6ta9bjw5bCZUtmRGYBxpUvLzn18bPXVOKrs7nN5sCRIyrjUiRwqoQlRQnv2p3m0SZ5QbSQIDAQAB", "action": { "default_popup": "index.html" }, "permissions": [ "activeTab", "storage", "identity" ], "oauth2": { "client_id": "416084066022-u1ddt45t08s1bun7o7erbf8g605rtori.apps.googleusercontent.com", "scopes": [ "email" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.thereformation.com\/products\/*", "https:\/\/www.zara.com\/us\/en\/*-p*" ], "js": [ "content.js" ] }, { "matches": [ "https:\/\/us.shein.com\/*-p-*" ], "js": [ "sheincontent.js" ] } ] }