Promptly

Promptly

Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Promptly",
  "version": "1.6",
  "description": "Promptly provides predefined prompts for AI writing software such as ChatGPT, Jasper or others.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/robo-advisor-16.png",
    "32": "images/robo-advisor-32.png",
    "48": "images/robo-advisor-48.png",
    "128": "images/robo-advisor-128.png"
  }
}