Skip to content

Commit

Permalink
Merge pull request #4 from googlecodelabs/fixes
Browse files Browse the repository at this point in the history
Remove version from manifest, since it's now GA.
  • Loading branch information
Eric Koleda committed Apr 18, 2019
2 parents 54cae9f + dedc2dd commit 7e87610
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions Full-application/appsscript.json
Expand Up @@ -7,7 +7,6 @@
"https://www.googleapis.com/auth/script.storage"
],
"gmail": {
"version": "TRUSTED_TESTER_V2",
"name": "Expense It!",
"logoUrl": "https://www.gstatic.com/images/icons/material/system/1x/receipt_black_24dp.png",
"contextualTriggers": [{
Expand All @@ -19,4 +18,4 @@
"primaryColor": "#41f470",
"secondaryColor": "#94f441"
}
}
}
1 change: 0 additions & 1 deletion Step-0/appsscript.json
Expand Up @@ -4,7 +4,6 @@
"https://www.googleapis.com/auth/gmail.addons.execute"
],
"gmail": {
"version": "TRUSTED_TESTER_V2",
"name": "Expense It!",
"logoUrl": "https://www.gstatic.com/images/icons/material/system/1x/receipt_black_24dp.png",
"contextualTriggers": [{
Expand Down
1 change: 0 additions & 1 deletion Step-1/appsscript.json
Expand Up @@ -5,7 +5,6 @@
"https://www.googleapis.com/auth/gmail.addons.current.message.readonly"
],
"gmail": {
"version": "TRUSTED_TESTER_V2",
"name": "Expense It!",
"logoUrl": "https://www.gstatic.com/images/icons/material/system/1x/receipt_black_24dp.png",
"contextualTriggers": [{
Expand Down
1 change: 0 additions & 1 deletion Step-2/appsscript.json
Expand Up @@ -6,7 +6,6 @@
"https://www.googleapis.com/auth/spreadsheets"
],
"gmail": {
"version": "TRUSTED_TESTER_V2",
"name": "Expense It!",
"logoUrl": "https://www.gstatic.com/images/icons/material/system/1x/receipt_black_24dp.png",
"contextualTriggers": [{
Expand Down
1 change: 0 additions & 1 deletion Step-3/appsscript.json
Expand Up @@ -7,7 +7,6 @@
"https://www.googleapis.com/auth/script.storage"
],
"gmail": {
"version": "TRUSTED_TESTER_V2",
"name": "Expense It!",
"logoUrl": "https://www.gstatic.com/images/icons/material/system/1x/receipt_black_24dp.png",
"contextualTriggers": [{
Expand Down
1 change: 0 additions & 1 deletion Step-4/appsscript.json
Expand Up @@ -7,7 +7,6 @@
"https://www.googleapis.com/auth/script.storage"
],
"gmail": {
"version": "TRUSTED_TESTER_V2",
"name": "Expense It!",
"logoUrl": "https://www.gstatic.com/images/icons/material/system/1x/receipt_black_24dp.png",
"contextualTriggers": [{
Expand Down
1 change: 0 additions & 1 deletion Step-5/appsscript.json
Expand Up @@ -7,7 +7,6 @@
"https://www.googleapis.com/auth/script.storage"
],
"gmail": {
"version": "TRUSTED_TESTER_V2",
"name": "Expense It!",
"logoUrl": "https://www.gstatic.com/images/icons/material/system/1x/receipt_black_24dp.png",
"contextualTriggers": [{
Expand Down
1 change: 0 additions & 1 deletion Step-6/appsscript.json
Expand Up @@ -7,7 +7,6 @@
"https://www.googleapis.com/auth/script.storage"
],
"gmail": {
"version": "TRUSTED_TESTER_V2",
"name": "Expense It!",
"logoUrl": "https://www.gstatic.com/images/icons/material/system/1x/receipt_black_24dp.png",
"contextualTriggers": [{
Expand Down

0 comments on commit 7e87610

Please sign in to comment.