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.0.2", "name": "__MSG_EXTENSION_NAME__", "description": "", "homepage_url": "https:\/\/ars-converter.koviazin.dev\/", "author": "Mikhail Koviazin <[email protected]>", "permissions": [ "storage", "scripting", "alarms" ], "host_permissions": [ "https:\/\/api.bluelytics.com.ar\/", "https:\/\/api.coingate.com\/", "https:\/\/*.mercadolibre.com.ar\/", "https:\/\/*.zonaprop.com.ar\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "sw.js", "type": "module" }, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.mercadolibre.com.ar\/*", "https:\/\/*.zonaprop.com.ar\/*" ], "resources": [ "helpers\/*", "enums\/*", "websites_content_scripts\/*" ] } ], "default_locale": "en" }