Inspect and view changes in Apps4.Pro Migration Manager 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
{
"manifest_version": 2,
"name": "Apps4.Pro Migration Manager",
"short_name": "Apps4.Pro Migration Manager",
"version": "1.1.0.1",
"description": "Migrate Teams,Channels,Planner,OneNote,Wiki,Stream and OneDrive from one Office365 tenant to another with Apps4Pro Migration Manager",
"background": {
"page": "index.html#/background-page",
"persistent": true
},
"browser_action": {
"default_title": "Apps4.Pro Migration Manager"
},
"icons": {
"48": "assets/migration-manager-icon-48.png"
},
"permissions": [
"cookies",
"https://login.microsoftonline.com/",
"https://graph.microsoft.com/",
"*://*.tasks.office.com/",
"*://*.sharepoint.com/",
"https://login.windows.net/*",
"https://*.microsoftstream.com/*",
"https://*.blob.core.windows.net/*",
"https://subscription.wunder365.com/*",
"*://localhost:*/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https://ajax.googleapis.com; object-src 'self'",
"web_accessible_resources": [
"assets/jquery.min.js",
"assets/contente.js",
"assets/planner_web.js",
"index.html",
"inline.151f952f5e690db69811.bundle.js",
"main.5005eb52c602a444699a.bundle.js",
"polyfills.19687ef427b6460b82ba.bundle.js",
"styles.4827acc5a8c62ef7d113.bundle.css"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}