Skip to content

Commit

Permalink
chore: manifest changes(#260093)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Nicolae committed Oct 31, 2023
1 parent 04949e2 commit 4f306f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions appPackage/manifest.json
@@ -1,7 +1,7 @@
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json",
"manifestVersion": "1.11",
"version": "1.1.22",
"version": "1.1.23",
"id": "${{TEAMS_APP_ID}}",
"packageName": "com.microsoft.teams.extension",
"developer": {
Expand All @@ -19,8 +19,8 @@
"full": "${{CONFIG__MANIFEST__APPNAME__FULL}}"
},
"description": {
"short": "Short description of ${{CONFIG__MANIFEST__APPNAME__SHORT}}",
"full": "Full description of ${{CONFIG__MANIFEST__APPNAME__SHORT}}"
"short": "User managmenet app for NFPs and specific EEA user administrators",
"full": "This app provides the option to invite and manage all external Eionet users and their access to EEAs M365 environments. Access is restricted to dedicated EEA administrators and National Focal Point in the countrie. This app will not load if you do not have the required permissions."
},
"accentColor": "#FFFFFF",
"bots": [],
Expand Down
Binary file modified appPackage/resources/color.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified appPackage/resources/outline.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion env/.env.dev
Expand Up @@ -43,4 +43,5 @@ PROVISIONOUTPUT__FUNCTIONOUTPUT__TEAMSFXPLUGINID=fx-resource-function
DOTNET_PATH=/usr/share/dotnet

REACT_APP_SHAREPOINT_SITE_ID=7lcpdm.sharepoint.com,bf9359de-0f13-4b00-8b5a-114f6ef3bfb0,6609a994-5225-4a1d-bd05-a239c7b45f72
REACT_APP_CONFIGURATION_LIST_ID=010b1be2-0df5-4ab1-b2a7-17e010aae775
REACT_APP_CONFIGURATION_LIST_ID=010b1be2-0df5-4ab1-b2a7-17e010aae775
TEAMS_APP_PUBLISHED_APP_ID=290ff810-fe2e-450d-be1e-f2592e1f6d79

0 comments on commit 4f306f1

Please sign in to comment.