Membr: Effortless & Secure Note-taking

Membr: Effortless & Secure Note-taking

Stay organized and productive with Membr's rich note-taking editor, AI powered summaries and secure storage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.1.0",
  "short_name": "Membr Notes",
  "name": "Membr: Effortless & Secure Note-taking",
  "description": "Stay organized and productive with Membr's rich note-taking editor, AI powered summaries and secure storage.",
  "action": {
    "default_title": "Membr Notes",
    "default_icon": {
      "16": "img/icon-16.png",
      "48": "img/icon-48.png",
      "128": "img/icon-128.png"
    }
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src 'self' https://apis.google.com/ https://cdn.firebase.com https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://ajax.googleapis.com; object-src 'self'"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "identity",
    "storage",
    "activeTab",
    "scripting",
    "background",
    "contextMenus"
  ],
  "oauth2": {
    "client_id": "993857665641-a5p20cd2o84ingmmu2cfi21lm31m5vnf.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvsEdw7zSFjXHb3WT5L+8/ZAIgfRUbD3NsUc7hk5XawSJ4zMxK9Rlm1po9q28ljSxmd6AeXLSZEh5TiBNgidW0u0tQTkdKlFu7JkCoEY8HJaGSd7MIr8cAr15jEb2JApVoGJflxEoLAhsuWp0iMZFfTMS1a7gxrhO916NdCiQt8gF0OuD/78dLAOV16XPr8iD6EhhjNfl+wjcQmx4e7tXBlnhwnQUUwiMXw8k6CMV0MsACTTPTDyReLR8CeCH77d5tVDGQMfKAHTG7BHDkw/GpgEM5hqf7AEq2onHzDumBLGVI5hAmLqA/BGaI9Ak2dZNuXGr+USqposfhC6XQk3mWQIDAQAB",
  "web_accessible_resources": [
    {
      "resources": [
        "editor-styles/*.*",
        "fonts/poppins/*.*",
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}