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


{
  "icons": {
    "16": "icon16.plasmo.192fd1f9.png",
    "32": "icon32.plasmo.4d28be0c.png",
    "48": "icon48.plasmo.8337b32e.png",
    "64": "icon64.plasmo.c5fef9ed.png",
    "128": "icon128.plasmo.20a0583f.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.192fd1f9.png",
      "32": "icon32.plasmo.4d28be0c.png",
      "48": "icon48.plasmo.8337b32e.png",
      "64": "icon64.plasmo.c5fef9ed.png",
      "128": "icon128.plasmo.20a0583f.png"
    }
  },
  "version": "1.2.3",
  "author": "Tommy Mönnich",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "background": {
    "scripts": [
      "background.806a2724.js"
    ]
  },
  "permissions": [
    "storage",
    "contextMenus",
    "identity",
    "tabs",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sidebar.a125e71f.js"
      ],
      "exclude_matches": [
        "https://app.neuro-flash.com/*",
        "https://app.neuro-flash.com:5011/*"
      ],
      "css": [
        "sidebar.54809fc7.css"
      ]
    }
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "web_accessible_resources": [
    "roboto-cyrillic-ext-400-normal.aa032d50.woff2",
    "roboto-all-400-normal.0f076cb5.woff",
    "roboto-cyrillic-400-normal.c06262ef.woff2",
    "roboto-greek-ext-400-normal.297b2678.woff2",
    "roboto-greek-400-normal.02483fa7.woff2",
    "roboto-vietnamese-400-normal.2a3228cb.woff2",
    "roboto-latin-ext-400-normal.5161c1d8.woff2",
    "roboto-latin-400-normal.3b31e71c.woff2",
    "sidebar.77f4c177.css"
  ]
}