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, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "7.1.15", "default_locale": "es", "homepage_url": "https:\/\/www.rewardsweb.com", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon-grey-128.png", "default_popup": "popup.html", "default_title": "__MSG_extTitle__" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.rewardsweb.com\/*" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "static\/css\/injectedStyles\/fonts.css", "static\/css\/injectedStyles\/styles.css" ], "js": [ "content.js" ], "run_at": "document_start" }, { "all_frames": true, "matches": [ "*:\/\/apx-security.amazon.com\/*", "*:\/\/io.vtexpayments.com.br\/card-ui\/*" ], "js": [ "iframe.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "static\/img\/*.png", "static\/img\/*.jpg", "static\/assets\/*.svg", "static\/assets\/*.ttf", "static\/assets\/*.woff", "static\/assets\/*.woff2", "static\/assets\/*.eot", "static\/assets\/*.otf", "assets\/*.png", "assets\/*.svg", "static\/css\/content.css", "static\/css\/injectedStyles\/fonts.css", "static\/css\/injectedStyles\/styles.css", "icon-small-128.png", "icon-48.png", "icon-32.png", "fraudSandbox.html" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage", "tabs", "scripting", "webNavigation", "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "sandbox": { "pages": [ "fraudSandbox.html" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/test.api.latam-pass.latam.com https:\/\/api.latam-pass.latam.com; frame-src https:\/\/loyaltyprogram.latamairlines.com https:\/\/test.api.latam-pass.latam.com https:\/\/api.latam-pass.latam.com" } }