Skip to content

Commit 50c7e5d

Browse files
committed
chore: publish google-api-playwright to connector-index
Add missing connector-index entry and packaged artifact for google-api-playwright. The connector source, manifest, and registry entry landed via #68 but the index + tgz were never updated, so consumers that enumerate connectors via connector-index.json did not see Google My Activity.
1 parent 273f8bc commit 50c7e5d

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

10.8 KB
Binary file not shown.

connector-index.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,38 @@
185185
}
186186
}
187187
],
188+
"google-api-playwright": [
189+
{
190+
"connectorId": "google-api-playwright",
191+
"company": "google",
192+
"version": "1.0.0",
193+
"name": "Google My Activity (API)",
194+
"status": "experimental",
195+
"description": "Exports your Google My Activity feed across all Google products (Search, Maps, YouTube, Play, Assistant, apps) using API-first batchexecute replay. No DOM scraping for data.",
196+
"sourceFiles": {
197+
"script": "google/google-api-playwright.js",
198+
"metadata": "google/google-api-playwright.json"
199+
},
200+
"publishedAt": "2026-04-15T00:00:00Z",
201+
"gitRef": "feat/instagram-api-playwright-connector",
202+
"pageApiVersion": 1,
203+
"manifestSha256": "sha256:737c94f03092aa07ba8648be3347850b48ff6be55bf2dba7e2a384fabc39f0ff",
204+
"scriptSha256": "sha256:f28873c5db5c72384e922cb99b92de87b20178f0fdf36e372d7d0778a91df662",
205+
"artifactSha256": "sha256:b0951416ec8832896034db84fd3e00d460ff25c357c4b68112a1b46a6fa43496",
206+
"artifactPath": "artifacts/google-api-playwright/google-api-playwright-1.0.0.tgz",
207+
"artifactUrl": "https://raw.githubusercontent.com/vana-com/data-connectors/feat/instagram-api-playwright-connector/artifacts/google-api-playwright/google-api-playwright-1.0.0.tgz",
208+
"scopes": [
209+
"google.myactivity"
210+
],
211+
"consumerMetadata": {
212+
"sourceId": "google",
213+
"displayName": "Google My Activity",
214+
"brandDomain": "google.com",
215+
"iconKey": "google",
216+
"defaultScope": "google.myactivity"
217+
}
218+
}
219+
],
188220
"heb-playwright": [
189221
{
190222
"connectorId": "heb-playwright",

0 commit comments

Comments
 (0)