Git branch name generator

Git branch name generator

Create a Git branch name based on Jira task using the ChatGPT.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Git branch name generator",
  "version": "1.0.1",
  "description": "Create a Git branch name based on Jira task using the ChatGPT.",
  "manifest_version": 3,
  "permissions": [
    "scripting",
    "activeTab",
    "clipboardWrite"
  ],
  "author": "David Trujillo",
  "action": {
    "default_popup": "index.html",
    "default_title": "Git branch name generator"
  },
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}