ChatFlash – ChatGPT with your own voice

ChatFlash – ChatGPT with your own voice

Create content in a flash anywhere! With the ChatFlash browser extension you can access neuroflash everywhere you write.

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"
    }
  },
  "version": "1.2.3",
  "author": "Tommy Mönnich",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "identity",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sidebar.c7a2888e.js"
      ],
      "exclude_matches": [
        "https://app.neuro-flash.com/*",
        "https://app.neuro-flash.com:5011/*"
      ],
      "css": [
        "sidebar.9059ab91.css"
      ]
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "roboto-cyrillic-ext-400-normal.548957df.woff2",
        "roboto-all-400-normal.9e931234.woff",
        "roboto-cyrillic-400-normal.7660cf93.woff2",
        "roboto-greek-ext-400-normal.e6fff7a5.woff2",
        "roboto-greek-400-normal.db23a465.woff2",
        "roboto-vietnamese-400-normal.ce110324.woff2",
        "roboto-latin-ext-400-normal.c9c92163.woff2",
        "roboto-latin-400-normal.605ebf89.woff2",
        "sidebar.361c7300.css"
      ]
    }
  ]
}