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__", "description": "__MSG_descricao__", "version": "1.4", "default_locale": "en", "action": { "default_title": "Notepad PRO", "default_popup": "\/html\/app.html", "default_icon": "\/img\/icon.png" }, "icons": { "16": "\/img\/icon.png", "32": "\/img\/icon.png", "48": "\/img\/icon.png", "128": "\/img\/icon.png" }, "permissions": [ "tabs" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "\/*" ] } ] }