Nexto: AI Powered Todo List

Nexto: AI Powered Todo List

Nexto generates tasks from your emails, calls, and browser tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nexto: AI Powered Todo List",
  "description": "Nexto generates tasks from your emails, calls, and browser tabs",
  "version": "1.1.5",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-34.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_title": "Open Nexto Side Panel"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-6b501312.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "assets/selectText.ts-loader-6ec7566f.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "resources": [
        "img/logo-16.png",
        "img/logo-34.png",
        "img/logo-48.png",
        "img/logo-128.png",
        "assets/chunk-de833af9.js",
        "assets/chunk-3e0e47cd.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/chunk-e357da30.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "activeTab",
    "scripting",
    "sidePanel",
    "cookies",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "*://*.google.com/",
    "*://*.nexto.ai/"
  ],
  "oauth2": {
    "client_id": "750651685696-b67ot798v07emtaq88fp9q20pefa4cr5.apps.googleusercontent.com",
    "scopes": [
      "email",
      "profile",
      "openid"
    ]
  }
}