- Deleted obsolete localization file for English (en-us). - Updated version number from 1.0.4 to 1.1.0 in manifests.js and manifests.json. - Added localization support for German (de-de) in a new localization file. - Removed unnecessary dependencies from manifests. - Added .gitignore to exclude build artifacts and temporary files.
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"id": "abc3361f-bb2d-491f-aba3-cd51c19a299b",
|
|
"alias": "MegaMenuApplicationCustomizer",
|
|
"componentType": "Extension",
|
|
"extensionType": "ApplicationCustomizer",
|
|
"version": "1.1.0",
|
|
"manifestVersion": 2,
|
|
"requiresCustomScript": false,
|
|
"loaderConfig": {
|
|
"entryModuleId": "mega-menu-application-customizer",
|
|
"internalModuleBaseUrls": [
|
|
"https://localhost:4321/"
|
|
],
|
|
"scriptResources": {
|
|
"mega-menu-application-customizer": {
|
|
"type": "path",
|
|
"path": "dist/mega-menu-application-customizer.js"
|
|
},
|
|
"MegaMenuApplicationCustomizerStrings": {
|
|
"defaultPath": "lib/extensions/megaMenu/loc/en-us.js",
|
|
"type": "localizedPath",
|
|
"paths": {
|
|
"de-DE": "lib/extensions/megaMenu/loc/de-de.js",
|
|
"en-US": "lib/extensions/megaMenu/loc/en-us.js"
|
|
}
|
|
},
|
|
"@microsoft/decorators": {
|
|
"type": "component",
|
|
"version": "1.4.1",
|
|
"id": "f97266fb-ccb7-430e-9384-4124d05295d3"
|
|
},
|
|
"@microsoft/sp-application-base": {
|
|
"type": "component",
|
|
"version": "1.4.1",
|
|
"id": "4df9bb86-ab0a-4aab-ab5f-48bf167048fb"
|
|
},
|
|
"@microsoft/sp-http": {
|
|
"type": "component",
|
|
"version": "1.4.1",
|
|
"id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6"
|
|
},
|
|
"@microsoft/sp-lodash-subset": {
|
|
"type": "component",
|
|
"version": "1.4.1",
|
|
"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a"
|
|
}
|
|
}
|
|
}
|
|
} |