G-Prompt Editor

G-Prompt Editor

A tool to help you write mid-journey prompts in a more natural way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "G-Prompt Editor",
  "version": "1.0.1",
  "description": "A tool to help you write mid-journey prompts in a more natural way.",
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_title": "Click to open G-Prompt Eidtor"
  },
  "default_locale": "en",
  "side_panel": {
    "default_path": "sidepanel/main-sp.html"
  },
  "permissions": [
    "sidePanel",
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://*.midjourney.com/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+B",
        "mac": "Command+B"
      }
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}