Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"version": "1.0.6",
"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"
],
"action": {
"default_popup": "data\/window\/index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "data\/icons\/icon16.png",
"48": "data\/icons\/icon48.png",
"128": "data\/icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"https:\/\/apis.google.com"
],
"matches": [
"<all_urls>"
]
}
]
}