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": "__MSG_nome__", "version": "1.0", "description": "__MSG_descricao__", "default_locale": "en", "permissions": [ "scripting", "activeTab", "tabs", "downloads" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "__MSG_titulo__", "default_icon": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }, "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ { "resources": [ "<all_urls>" ], "matches": [ "<all_urls>" ] } ] }