Inspect and view changes in Transfer Dropbox to GoogleDrive source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Transfer Dropbox to GoogleDrive",
"description": "Transfer files from Dropbox to Google Drive and vice versa.",
"version": "1.0.0.7",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqJjmBDMNgBdhg7AYpqw52O6j9q5Rbq0LbSpGz8z+37y9TxUGc3NBepM47xcDNp7W0jDNN2l6XJniHfKAa72LMTKcUeLte9FBiqDmpWVrB/cvsCoh/+0TTfVsIn0CCCE5axxkJ3cE4YQJHYRCvtB5SViamvKQczPRYeb2nI+vaEQRVJg5cIGezas+4qlWNWzyBBhXj1d9bhdV9sIlqOMJsthnulBLtvQ0K759V3omnR0l4ZkCEH+ElP+ROUK1IhGmz5YDHggvz7k/qQ97AFUkHhY7VXMoG5gae9HIjSfCyeXGDOnw5b00GTlHgTeHBy1gR2xizhNfGlDkylKFcqnPwQIDAQAB",
"permissions": [
"cookies",
"identity"
],
"host_permissions": [
"https://www.imanacloud.com/"
],
"action": {
"default_popup": "main.html",
"default_icon": {
"16": "/img/logo/logo16.png",
"32": "/img/logo/logo32.png",
"48": "/img/logo/logo48.png",
"128": "/img/logo/logo128.png"
}
},
"icons": {
"16": "/img/logo/logo16.png",
"32": "/img/logo/logo32.png",
"48": "/img/logo/logo48.png",
"128": "/img/logo/logo128.png"
}
}