Memorai – AI memory assistant for Anki

Memorai – AI memory assistant for Anki

AI memory assistant for Anki – remember everything you read by automatically generating question cards from text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "AI memory assistant for Anki – remember everything you read by automatically generating question cards from text.",
  "version": "0.3.0",
  "name": "Memorai – AI memory assistant for Anki",
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "https://questions.humanloop.ml/",
    "https://api.humanloop.com/",
    "storage",
    "contextMenus",
    "http://localhost/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-faded-64.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}