Skip to content

Commit

Permalink
Add notes from the reference
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Dec 27, 2023
1 parent 2233c09 commit bb1b4a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/custom-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,15 @@
"application/vnd.google-apps.document": {
"compressible": false,
"extensions": ["gdoc"],
"notes": "Google Docs",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
]
},
"application/vnd.google-apps.drive-sdk": {
"compressible": false,
"notes": "Third-party shortcut",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -230,19 +232,22 @@
"application/vnd.google-apps.drawing": {
"compressible": false,
"extensions": ["gdraw"],
"notes": "Google Drawings",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
]
},
"application/vnd.google-apps.file": {
"notes": "Google Drive file",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
]
},
"application/vnd.google-apps.folder": {
"compressible": false,
"notes": "Google Drive folder",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -251,12 +256,14 @@
"application/vnd.google-apps.form": {
"compressible": false,
"extensions": ["gform"],
"notes": "Google Forms",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
]
},
"application/vnd.google-apps.fusiontable": {
"notes": "Google Fusion Tables",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -265,12 +272,14 @@
"application/vnd.google-apps.jam": {
"compressible": false,
"extensions": ["gjam"],
"notes": "Google Jamboard",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
]
},
"application/vnd.google-apps.mail-layout": {
"notes": "Email layout",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -279,12 +288,14 @@
"application/vnd.google-apps.map": {
"compressible": false,
"extensions": ["gmap"],
"notes": "Google My Maps",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
]
},
"application/vnd.google-apps.photo": {
"notes": "Google Photos",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -293,6 +304,7 @@
"application/vnd.google-apps.presentation": {
"compressible": false,
"extensions": ["gslides"],
"notes": "Google Slides",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -301,12 +313,14 @@
"application/vnd.google-apps.script": {
"compressible": false,
"extensions": ["gscript"],
"notes": "Google Apps Script",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
]
},
"application/vnd.google-apps.shortcut": {
"notes": "Shortcut",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -315,6 +329,7 @@
"application/vnd.google-apps.site": {
"compressible": false,
"extensions": ["gsite"],
"notes": "Google Sites",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand All @@ -323,6 +338,7 @@
"application/vnd.google-apps.spreadsheet": {
"compressible": false,
"extensions": ["gsheet"],
"notes": "Google Sheets",
"sources": [
"https://developers.google.com/drive/api/guides/mime-types",
"https://support.google.com/drive/answer/2374983?hl=en"
Expand Down

0 comments on commit bb1b4a6

Please sign in to comment.