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": "Escorrega O Pre\u00e7o", "description": "Encontre os melhores pre\u00e7os, promo\u00e7\u00f5es e cupons de desconto durante as compras online", "version": "3.5.5", "icons": { "16": "\/public\/images\/logos\/16x16.png", "32": "\/public\/images\/logos\/32x32.png", "48": "\/public\/images\/logos\/48x48.png", "128": "\/public\/images\/logos\/128x128.png" }, "options_page": "static\/settings.html", "action": { "default_popup": "static\/popup.html" }, "permissions": [ "storage", "unlimitedStorage", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "web_accessible_resources": [ { "resources": [ "public\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "author": "Jeffs Consultoria" }