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.2.0",
"default_locale": "ja",
"permissions": [
"alarms",
"notifications",
"activeTab",
"tabs",
"sidePanel",
"storage",
"identity",
"identity.email",
"scripting",
"clipboardRead",
"clipboardWrite"
],
"host_permissions": [
"<all_urls>"
],
"commands": {
"crop_capture_by_command": {
"suggested_key": "Ctrl+I",
"description": "Crop capture tab active by command"
},
"capture_by_command": {
"suggested_key": "Ctrl+Q",
"description": "Capture tab active by command"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"css": [
"styles\/style.css",
"third-party\/swal\/sweetalert2.min.css",
"capture\/vendor\/jquery.Jcrop.min.css",
"capture\/index.css"
],
"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",
"capture\/vendor\/jquery.min.js",
"capture\/vendor\/jquery.Jcrop.min.js",
"capture\/crop.js",
"capture\/index.js",
"scripts\/sateraito-lang.js",
"scripts\/constant.js",
"scripts\/sateraito-utils.js",
"scripts\/sateraito-request.js",
"scripts\/common.js",
"scripts\/content.js"
],
"run_at": "document_end"
}
],
"options_page": "options.html",
"background": {
"service_worker": "service-worker.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__",
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"web_accessible_resources": [
{
"resources": [
"*",
"*.html",
"styles\/*",
"scripts\/*",
"images\/*",
"third-party\/*",
"\/capture\/*"
],
"matches": [
"<all_urls>"
]
}
]
}