Obvibase: an online database editor

Obvibase makes creating an online database as easy and fast as creating a spreadsheet.
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": "Obvibase: an online database editor",
  "short_name": "Obvibase",
  "description": "Obvibase makes creating an online database as easy and fast as creating a spreadsheet.",
  "version": "0.0.0.13",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://www.obvibase.com/"
    ],
    "launch": {
      "web_url": "https://www.obvibase.com/"
    }
  },
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "88164833406",
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ]
}