Alphonse Prompts iA

Alphonse Prompts iA

Prompt generator for Midjourney. This prompt helper provides a quality prompt in just a few clicks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Alphonse Prompts iA",
  "description": "Prompt generator for Midjourney. This prompt helper provides a quality prompt in just a few clicks.",
  "version": "1.0.0",
  "manifest_version": 3,
  "icons": {
    "16": "/img/icon-16.png",
    "32": "/img/icon-32.png",
    "48": "/img/icon-48.png",
    "128": "/img/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/app.js",
        "js/tabs.js"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}