Maika AI - Your Second Brain with GPT-4

Maika AI - Your Second Brain with GPT-4

Maika AI - Your Second Brain with GPT-4. Work faster. Learn better

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArI5mywScEZ1LljnafFeKLBloP3kgDPDr+HTg46xPWll9Ost462tt/D9x1Pkhp6x72vtLk0jT8SgB4gJmShf17sFjhivHfse4JlsXsnbdKcPa9GO8YV7f5RT4XeJWl/E80nJYFBPbVTKDQaPn+ldomvxysqY/Q4F4naW1EFbLFHCByvNsWwuPg4LvsKs9ZnmWy6i5+ea2D0qYo1kwlDCEY+ooOUhwpagWrlvSAJHmlUtbgqz49DeLlsZTVr0uY4wygYuRs80x6WagvtZsynEyr8YNB42kFWOsiDybznYoC55oh2FsR/64dM5/ied633nqMMydwNMZxTUC6ZdiVpHqfQIDAQAB",
  "name": "Maika AI - Your Second Brain with GPT-4",
  "description": "Maika AI - Your Second Brain with GPT-4. Work faster. Learn better",
  "version": "0.0.10",
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "icons": {
    "48": "logos/icon_48.png",
    "128": "logos/icon_128.png"
  },
  "background": {
    "service_worker": "/background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_page": "options.html"
}