iWeaver AI - Summary and mind map generator

iWeaver AI - Summary and mind map generator

As an AI knowledge assistant, I can generate summaries and mind maps for web content, PDF documents, and Youtube/Bilibili videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.2.5",
  "author": "[email protected]",
  "default_locale": "en",
  "icons": {
    "16": "iWeaver.png",
    "32": "iWeaver.png",
    "48": "iWeaver.png",
    "128": "iWeaver.png"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "action": {
    "default_title": "iWeaver AI",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "static/js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "static/js/content.js"
      ],
      "css": [
        "static/css/content.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}