Examine source code of Bookmarks Backuper

Inspect and view changes in Bookmarks Backuper 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": "Bookmarks Backuper",
  "description": "Never lose your Chrome bookmarks again!",
  "version": "0.2.0.10",
  "content_security_policy": {
    "extension_pages": "child-src 'none'; connect-src https://accounts.google.com https://chromewebstore.google.com https://clouderrorreporting.googleapis.com https://docs.google.com https://sheets.googleapis.com https://www.googleapis.com; default-src 'none'; font-src 'none'; frame-src 'none'; img-src 'none'; manifest-src 'none'; media-src 'none'; object-src 'none'; script-src 'self'; script-src-elem 'self'; script-src-attr 'none'; style-src 'self'; style-src-elem 'self'; style-src-attr 'none'; worker-src 'none'; base-uri 'self'; form-action 'none'; frame-ancestors 'none'"
  },
  "permissions": [
    "identity",
    "bookmarks",
    "storage"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {
    "default_title": "Show Bookmarks Backup",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon128.png",
    "48": "img/icon128.png",
    "128": "img/icon128.png"
  },
  "oauth2": {
    "client_id": "788587416670-d3i89ech7a4pv33qas2stflslookq0el.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.file"
    ]
  },
  "manifest_version": 3
}