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": "MilhasDin\u00e2micas", "version": "1.8", "description": "Converte valores em milhas para dinheiro em sites de companhias a\u00e9reas.", "permissions": [ "storage", "activeTab", "scripting", "tabs" ], "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script.js" ] } ], "host_permissions": [ "*:\/\/*\/*", "https:\/\/api.airtable.com\/*" ], "web_accessible_resources": [ { "resources": [ "key_input.html" ], "matches": [ "<all_urls>" ] } ] }