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": "Busca Milhas - Promo\u00e7\u00f5es", "description": "Encontre as melhores ofertas de compra e transfer\u00eancia bonificada de milhas. Descubra primeiro e maximize sua recompensa.", "version": "1.3.2", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "\/images\/logo-rounded.png", "48": "\/images\/logo-rounded.png", "128": "\/images\/logo-rounded.png" }, "host_permissions": [ "https:\/\/www.voegol.com.br\/*", "https:\/\/www.voeazul.com.br\/*", "https:\/\/www.latamairlines.com\/*", "https:\/\/www.flytap.com\/*", "https:\/\/www.smiles.com.b\/*", "http:\/\/localhost:3000\/" ], "background": { "service_worker": "\/scripts\/background.js" }, "permissions": [ "activeTab", "storage", "background", "webNavigation", "cookies", "tabs" ], "web_accessible_resources": [ { "resources": [ "\/scripts\/front.requestor.js", "\/images\/icon-purchase.png", "\/images\/icon-in-store.png", "\/images\/logo-rounded.png" ], "matches": [ "<all_urls>" ] } ] }