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, "version": "1.0.3", "default_locale": "ja", "homepage_url": "http:\/\/www.sateraito.jp\/", "name": "__MSG_EXT_NAME__", "description": "__MSG_EXT_DESCRIPTION__", "icons": { "32": "\/icons\/32x32.png", "48": "\/icons\/48x48.png", "96": "\/icons\/96x96.png", "128": "\/icons\/128x128.png" }, "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "page\/side_panel.html", "openPanelOnActionClick": true }, "action": { "default_title": "__MSG_EXT_CLICK_TO_OPEN_SIDE_PANEL__", "default_icon": { "32": "\/icons\/32x32.png", "48": "\/icons\/48x48.png", "96": "\/icons\/96x96.png", "128": "\/icons\/128x128.png" } }, "permissions": [ "storage", "sidePanel" ], "host_permissions": [ "https:\/\/sateraito-aisharepoint.appspot.com\/*", "https:\/\/aisharepoint.sateraitoai.jp\/*" ], "content_scripts": [ { "matches": [ "https:\/\/sateraito-aisharepoint.appspot.com\/api\/siterag\/*\/chat\/login", "https:\/\/aisharepoint.sateraitoai.jp\/api\/siterag\/*\/chat\/login" ], "js": [ "scripts\/login_success.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/sateraito-aisharepoint.appspot.com\/*", "https:\/\/aisharepoint.sateraitoai.jp\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/*.firebaseio.com; object-src 'self'" } }