Notes: Keep Sticky Thoughts in Google Drive

Simple and useful notes that sync with Google Drive. Keep sticky thoughts in notes. Keep notes in Google Drive. Keep your mind calm.
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": "__MSG_extName__",
  "version": "25.2.11",
  "manifest_version": 3,
  "description": "Simple and useful notes that sync with Google Drive. Keep sticky thoughts in notes. Keep notes in Google Drive. Keep your mind calm.",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "32": "icons/icon32.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "oauth2": {
    "client_id": "747134525486-k45nlfvdpnnqmjbcgrfpaplekp7bhmsa.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.file"
    ]
  },
  "options_page": "options.html",
  "action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "Notes",
    "default_popup": "popup.html"
  },
  "permissions": [
    "identity",
    "storage"
  ],
  "host_permissions": [
    "https://www.googleapis.com/"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  }
}