Noctis Chrome Extension

Noctis Chrome Extension

Your AMC copilot, empowering you to get the insights you need for your business to thrive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Noctis Chrome Extension",
  "description": "Your AMC copilot, empowering you to get the insights you need for your business to thrive.",
  "version": "1.2.9",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Noctis"
  },
  "icons": {
    "16": "logo-sm.png",
    "48": "logo-sm.png",
    "128": "logo-sm.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://clerk.noctis-ai.com/"
  ]
}