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",
"name": "__MSG_appNameChrome__",
"version": "1.5.1",
"manifest_version": 3,
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"contextMenus"
],
"background": {
"service_worker": "background.bundle.js"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4TxH4L6jc0V11Ei3j5cmFi9y\/fQ7STTHvFlOFVPZWz3Z3o2dDPb4\/PwldFEoB6muIQSG8xuwo34aq+4A7DsT4KZKtHMED7dyotWR9qVMPilmlLAqMJzGpazUOzT7iOa9R1qsEGpGYU+nYkjUG6HdrCq3Jjx4ljR9waZDM5m17w99Y0TL0aD3sRrPJ8C6arNuhZSinWuHTY5ylmrfsYi9TsHwrmIMwx5ocfHx4AV2iGb4rtz+H+oFA5A4\/NyJwFnARC3p0YonjuBhArmWY2SCjs\/Zaq\/6MxDEyUgRYnqgNeS6i3kU4IQHWyxA0M+Gv+BzbAkUjxiCqDBmusbrdeuZ1QIDAQAB",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "16.png",
"32": "32.png",
"128": "128.png",
"192": "192.png",
"256": "256.png"
},
"default_title": "Justdone AI"
},
"icons": {
"16": "16.png",
"32": "32.png",
"128": "128.png",
"192": "192.png",
"256": "256.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.bundle.js"
]
},
{
"matches": [
"https:\/\/docs.google.com\/*"
],
"js": [
"gdocs.js"
],
"run_at": "document_start",
"all_frames": true,
"world": "MAIN"
},
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"js": [
"gmail.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"<all_urls>"
],
"js": [
"jdEnabled.js"
],
"run_at": "document_start",
"all_frames": true,
"world": "MAIN"
},
{
"matches": [
"<all_urls>"
],
"css": [
"contentScript.css"
],
"run_at": "document_start",
"all_frames": true,
"world": "MAIN"
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.justdone.ai\/*",
"*:\/\/localhost\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"gmail.bundle.js"
],
"matches": [
"*:\/\/mail.google.com\/*"
]
},
{
"resources": [
"*.webp"
],
"matches": [
"<all_urls>"
]
}
]
}