Savesheet

Transform the way you organize web content with Savesheet Effortless Configuration: Get started by easily integrating your custom…
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",
  "manifest_version": 3,
  "name": "Savesheet",
  "version": "1.1",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "identity",
    "storage",
    "activeTab"
  ],
  "oauth2": {
    "client_id": "475199009113-qe0qvv4se8co594vu39ho53vgq15c3rq.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  }
}