WebExtension.net
WebExtension.net

Monica - Your AI Copilot powered by GPT-4o & Claude 3.5

View on Chrome Web Store
View Monica - Your AI Copilot powered by GPT-4o & Claude 3.5 Chrome Extension on Chrome Web Store
4.9 (17,704 ratings)
6 new ratings

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Your AI Copilot powered by GPT-4. Answers complex questions. Writes emails, reads articles, searches smartly. Usable everywhere.
Type
Extension
Users
2,000,000 users
Website monica.im
Monica Team
View author page of Monica Team
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 1, 2023
Version 6.8.0
Manifest version
3
Updated
Updated on November 11, 2024
View on Chrome Web Store
View Monica - Your AI Copilot powered by GPT-4o & Claude 3.5 Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "6.8.0",
    "manifest_version": 3,
    "icons": {
        "16": "static\/monicaLogo.png",
        "32": "static\/monicaLogo.png",
        "48": "static\/monicaLogo.png",
        "128": "static\/monicaLogo.png"
    },
    "action": {
        "default_icon": {
            "16": "static\/monicaLogo.png",
            "32": "static\/monicaLogo.png",
            "48": "static\/monicaLogo.png",
            "128": "static\/monicaLogo.png"
        },
        "default_popup": "monicaPopup.html"
    },
    "options_ui": {
        "page": "monicaOptions.html",
        "open_in_tab": true
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "scripting",
        "sidePanel",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "static\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "chatTab.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/monica.im\/*",
            "https:\/\/powerup.monica.im\/*",
            "https:\/\/monica.butterfly-effect.dev\/*"
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            }
        },
        "run-monica-on-new-tab": {
            "description": "Open Chat Tab"
        }
    },
    "side_panel": {
        "default_path": "sidePanel.html"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top