Prompt Support

Prompt Support

Maximize the effectiveness of your GPT engine prompts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Prompt Support",
  "version": "1.1",
  "description": "Maximize the effectiveness of your GPT engine prompts",
  "action": {
    "default_popup": "dist/popup.html",
    "default_title": "Need a prompt?"
  },
  "icons": {
    "16": "dist/icon.png",
    "48": "dist/icon.png",
    "128": "dist/icon.png"
  },
  "background": {},
  "permissions": [
    "storage"
  ]
}