Curate on Wiser

Curate on Wiser

Save any content from the web with Curate on Wiser. Pin any content with your notes, select relevant categories, and add it to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Curate on Wiser",
  "version": "1.0.5",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "index.html"
  },
  "oauth2": {
    "client_id": "382865790681-7ak25a37tkdvqfcd8sk926j2jmlg5h04.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "short_name": "React App",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "identity",
    "identity.email"
  ],
  "icons": {
    "16": "favicon.png",
    "32": "favicon.png",
    "48": "favicon.png",
    "128": "favicon.png"
  }
}