Jarvis - Your Smart ChatGPT AI Assistant

Jarvis - Your Smart ChatGPT AI Assistant

Browse Smarter with Jarvis ChatGPT AI Extension! Select content & Get Relevant Information, Summarize, Write Replies & Much more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Jarvis - Your Smart ChatGPT AI Assistant",
  "version": "0.0.0.20",
  "description": "Browse Smarter with Jarvis ChatGPT AI Extension! Select content & Get Relevant Information, Summarize, Write Replies & Much more!",
  "permissions": [
    "identity",
    "identity.email",
    "tabs",
    "storage"
  ],
  "options_page": "options/options.html",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_title": "Jarvis AI Assistant",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "css": [
        "css/content.css",
        "css/github.css"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjSTmxcU5w4132lJivvncAOxs9a+vJdu8fwg40VmwHN0a638irk2Fo7gQlQKHLKCm/QhiZ5OKtK1TVjGZ72AzuoUWzcnFHlKjbAgO70QPST7enICDVh4uWC/sRSLKivlQMJxQQ/pYx6StBe6N5w84kOrfq3ZCHfpUWT7bhAbt1roFjePnMDiTYbvj1RMSm2jusJvDA5dgXyi49jXrDkzownsmI+pJXHzGE+Jk4JfMHu2z8MI6i1EMlC7K9FP9iQQ5OvYDWrp6v8ojc94/BW/uLdPZPtNwvQKZ23j5/RptsngxNhWprAcOm4634QyS5Blu9vJOnoO902VlhnBsEcBAewIDAQAB",
  "oauth2": {
    "client_id": "990728249680-f92ohhl3ai0qee8ftdto9rf8t3nb37ho.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "commands": {
    "Launch_Jarvis": {
      "suggested_key": {
        "default": "Ctrl+J",
        "mac": "Command+J"
      },
      "description": "Launch Jarvis on current page"
    },
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "Command+M"
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png",
        "images/*.gif"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}