Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"version": "1.0.4",
"default_locale": "ja",
"homepage_url": "https:\/\/www.sateraito.jp\/",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"permissions": [
"storage",
"tabs",
"activeTab",
"identity",
"identity.email",
"geolocation",
"notifications",
"management"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background-wrapper.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"48": "icons\/icon48.png"
}
},
"web_accessible_resources": [
{
"resources": [
"models\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_security_policy": {
"sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval';"
},
"sandbox": {
"pages": [
"sandbox\/sandbox.html"
]
},
"oauth2": {
"client_id": "852155775313-5tvbdt0jf4eaksjslrelkhpf83qro3dt.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApRhEP9pw0XAA6BCGgFRaIeJf3zim0856tL7wQNhWxL0jdISxZ4lkN6IRaPlHFkDWT0xzz9MPhW+mMqOVU4aY6NonRX8xIaLa2IZbF+58N5Ul0udEgNJyS94doYEd7tj\/tgpl8gvlcnG6eQ0+zhK97nBip3iCGnPEw5PxmB5bJt0NHQRZmqf1\/EqaaUl9SnFhQDhRds6vYvLk4jWGJgcUe3NmEsiOi0tNR\/1t49bByB60vfjI4xhotUs9dx603NotPOpOTZHwCtz6sE+EEDJCp5mwZbozGGXv2XFc6D5bwRlN2KYCgDIB3mQNL4LreWPtbj9CzYQ+tJp1FD\/6FvQ3twIDAQAB"
}