Aili

Aili

AI Reading Assistant

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.9ad91ab8.png",
    "32": "icon32.plasmo.30b2e062.png",
    "48": "icon48.plasmo.6233b47f.png",
    "64": "icon64.plasmo.135fb32e.png",
    "128": "icon128.plasmo.912ee67e.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.9ad91ab8.png",
      "32": "icon32.plasmo.30b2e062.png",
      "48": "icon48.plasmo.6233b47f.png",
      "64": "icon64.plasmo.135fb32e.png",
      "128": "icon128.plasmo.912ee67e.png"
    }
  },
  "version": "1.9.1",
  "author": "NewMotors",
  "name": "Aili",
  "description": "AI Reading Assistant",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.6b58dbe7.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "commands": {
    "auto-save": {
      "description": "Save & summary page"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "tabs/main.html",
        "tabs/card.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:8080/*",
      "https://aili.app/signin/*",
      "https://aili.app/_dc/signin/*"
    ]
  }
}