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": "Lembrador Dotz", "short_name": "Lembrador Dotz", "version": "3.2.18", "description": "Ganhe Dotz pela internet. ", "manifest_version": 3, "homepage_url": "https:\/\/ganheonline.dotz.com.br", "author": "Dotz ", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "cookies", "notifications", "storage", "tabs", "scripting" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "index.html", "default_title": "Lembrador Dotz" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "js": [ "googleSearchPageHandler.js", "urlHelper.js", "content.js" ], "css": [ "content.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/*.png", "js\/*.js", "*.html", "*.css" ], "matches": [ "<all_urls>" ] } ] }