Examine source code of Airtable - Flexible database and organizer

Inspect and view changes in Airtable - Flexible database and organizer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Airtable - Flexible database and organizer",
  "description": "Organize anything with Airtable, the world's friendliest database.",
  "version": "2.0.0.2",
  "manifest_version": 2,
  "container": [
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "300606332377",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://airtable.com/"
    ],
    "launch": {
      "web_url": "https://airtable.com/"
    }
  }
}