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.6.5",
"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 wss:\/\/*.firebaseio.com https:\/\/cdnjs.cloudflare.com https:\/\/cdn.jsdelivr.net https:\/\/*.firebasedatabase.app;object-src 'self'"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"styles\/style.css"
],
"js": [
"third-party\/firebase\/firebase-app.js",
"third-party\/firebase\/firebase-auth.js",
"third-party\/firebase\/firebase-database.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",
"third-party\/chartjs4.4.7\/chart.umd.min.js",
"third-party\/marked.min.js",
"third-party\/volume-meter.js",
"scripts\/speech_text.js",
"scripts\/sateraito_lang.js",
"scripts\/constants.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\/*",
"\/styles\/*",
"\/icons\/*"
]
}
],
"oauth2": {
"client_id": "996643129277-9m4i9dpfr2dcj35i6poujss51u9abrht.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile",
"https:\/\/www.googleapis.com\/auth\/calendar",
"https:\/\/www.googleapis.com\/auth\/youtube.force-ssl",
"https:\/\/www.googleapis.com\/auth\/youtubepartner"
]
}
}