SmartBird - ChatGPT

SmartBird - ChatGPT

SmartBird Chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "3.5.0",
  "author": "Nathanaël Godard",
  "name": "SmartBird - ChatGPT",
  "description": "SmartBird Chrome extension",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "detection.fe877036.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://mail.google.com/*",
        "https://www.youtube.com/*",
        "https://twitter.com/*",
        "https://www.linkedin.com/*",
        "https://web.whatsapp.com/*",
        "https://outlook.live.com/*",
        "https://web.telegram.org/*",
        "https://*/*"
      ],
      "js": [
        "contents.7868605b.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "listener.e398f063.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "utils.56c7f88c.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://www.youtube.com/*",
        "https://twitter.com/*",
        "https://www.linkedin.com/*",
        "https://web.whatsapp.com/*",
        "https://outlook.live.com/*",
        "https://web.telegram.org/*",
        "https://*/*"
      ],
      "resources": [
        "contents.d7e01963.png"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "contents.d7e01963.png"
      ]
    }
  ]
}