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.2.2", "default_locale": "ja", "host_permissions": [ "<all_urls>" ], "permissions": [ "activeTab", "sidePanel", "storage", "identity", "identity.email", "scripting", "contextMenus" ], "content_security_policy": { "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/apis.google.com https:\/\/ajax.googleapis.com https:\/\/www.googleapis.com https:\/\/*.firebaseio.com https:\/\/cdnjs.cloudflare.com https:\/\/cdn.jsdelivr.net https:\/\/*.firebasedatabase.app;object-src 'self'" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "styles\/content_cs.css", "styles\/prompt_builder.css", "styles\/style.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", "scripts\/sateraito_lang.js", "scripts\/common.js", "scripts\/sateraito_ai.js", "scripts\/content.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "scripts\/background.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__" }, "side_panel": { "default_path": "sidepanel.html" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "bootstrap.bundle.min.js", "scripts\/sateraito_ai.js", "scripts\/script.js", "styles\/style.css", "\/images\/*", "\/icons\/*" ], "use_dynamic_url": true }, { "matches": [ "<all_urls>" ], "resources": [ "\/capture\/*", "\/images\/*", "\/icons\/*" ] } ], "oauth2": { "client_id": "996643129277-9m4i9dpfr2dcj35i6poujss51u9abrht.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile", "https:\/\/www.googleapis.com\/auth\/calendar" ] } }