Maestro: ChatGPT automation

Maestro: ChatGPT automation

Prompt automation for ChatGPT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.e7bcd3ac.png",
    "32": "icon32.plasmo.ce39377b.png",
    "48": "icon48.plasmo.3c17e113.png",
    "64": "icon64.plasmo.df317abe.png",
    "128": "icon128.plasmo.6a4310c5.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.e7bcd3ac.png",
      "32": "icon32.plasmo.ce39377b.png",
      "48": "icon48.plasmo.3c17e113.png",
      "64": "icon64.plasmo.df317abe.png",
      "128": "icon128.plasmo.6a4310c5.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.2.2",
  "author": "Gabriel Testault [email protected]",
  "name": "Maestro: ChatGPT prompt automation",
  "description": "prompt manager for ChatGPT",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "https://chat.openai.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.e81cace7.js"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    "content.c6330fb0.css",
    "content.c8ed4db6.css",
    "content.28fde709.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5708ff3d-23b9-4a16-bbbf-13c32a170403}"
    }
  }
}