Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.5",
"default_locale": "ja",
"icons": {
"32": "m_down_32.png",
"48": "m_down_48.png",
"96": "m_down_96.png",
"128": "m_down_128.png"
},
"background": {
"service_worker": "background-wrapper.js"
},
"options_page": "options.html",
"action": {
"default_icon": "m_down_128.png",
"default_popup": "options.html"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"identity"
],
"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": [
"*:\/\/mail.google.com\/*",
"*:\/\/drive.google.com\/*"
],
"js": [
"content.js"
],
"all_frames": true,
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/mail.google.com\/*",
"*:\/\/drive.google.com\/*"
],
"resources": [
"s_down_48.png",
"m_down_48.png",
"s_down_32.png",
"m_down_32.png",
"script.js"
],
"use_dynamic_url": true
}
],
"oauth2": {
"client_id": "99727397567-cchum11o3p3j008plbbb1vrq0n658tto.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtvZkyPWOnGWMnG6UOUMj6nmPHPsSKU+IlPtma5Lqj6F3Ra6sp+Ih7Sbg1GcjdnD4FQwhRAYoYSlLBzjbx3L7BPE5YhRLV5vZEPRM0KYYTf0c+uxER\/U5bDIHQM+3Ti5kZmOFboxQV+s9WVKpnp1Bb\/6YQ5d8iEHFvto9W5Av+VlP26aHKCoQyCcDvsq6WAey3nQ6aXt1q+0XEobyN1rK2VGxKKrb+OozQTOSzu9RQFMyBJ919Pv5nSgt9EJcrkkOOy\/q6n2brppqqID6DHxD\/9txBAjCcl4U7AauzPAAjUZ4l\/LoGym4IJKHecDncmHkEgfnk5EOn3BurvMu\/NMARwIDAQAB"
}