feat(google-forms): add primitive app

This commit is contained in:
Ali BARIN
2023-01-03 19:02:56 +01:00
parent 697594b63e
commit f8df7987b8
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import defineApp from '../../helpers/define-app';
export default defineApp({
name: 'Google Forms',
key: 'google-forms',
baseUrl: 'https://docs.google.com/forms',
apiBaseUrl: 'https://forms.googleapis.com',
iconUrl: '{BASE_URL}/apps/google-forms/assets/favicon.svg',
authDocUrl: 'https://automatisch.io/docs/apps/google-forms/connection',
primaryColor: '673AB7',
supportsConnections: true,
});