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_extension_name__", "description": "__MSG_extension_description__", "version": "1.1.0", "default_locale": "ja", "permissions": [ "alarms", "notifications", "activeTab", "tabs", "sidePanel", "storage", "identity", "identity.email", "scripting" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "styles\/style.css", "third-party\/swal\/sweetalert2.min.css" ], "js": [ "third-party\/crypto\/core.min.js", "third-party\/crypto\/crypto-js.min.js", "third-party\/crypto\/md5.js", "third-party\/jquery-1.10.2.min.js", "third-party\/swal\/sweetalert2.all.min.js", "scripts\/sateraito-lang.js", "scripts\/constant.js", "scripts\/sateraito-utils.js", "scripts\/sateraito-request.js", "scripts\/common.js", "scripts\/content.js" ], "run_at": "document_end" } ], "options_page": "options.html", "background": { "service_worker": "service-worker.js" }, "icons": { "32": "images\/32.png", "48": "images\/48.png", "96": "images\/96.png", "128": "images\/128.png" }, "action": { "default_title": "__MSG_extension_action_default_title__", "default_popup": "popup.html" }, "side_panel": { "default_path": "sidepanel.html" }, "web_accessible_resources": [ { "resources": [ "*", "*.html", "styles\/*", "scripts\/*", "images\/*", "third-party\/*" ], "matches": [ "<all_urls>" ] } ] }