moqai

moqai

Moqai will be your AI assistant. We are not there yet. For now it is just a simple Moleskine™ inspired memo.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "moqai",
  "description": "Moqai will be your AI assistant. We are not there yet. For now it is just a simple Moleskine™ inspired memo.",
  "version": "0.14",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "logo16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://www.google-analytics.com/",
    "storage"
  ]
}