GitLab Shared Templates Firefox

Examine source code of GitLab Shared Templates

Inspect and view changes in GitLab Shared Templates source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitLab Shared Templates",
  "version": "1.0.5",
  "description": "Integrate custom Markdown templates into GitLab Issues and Merge Requests for any project.",
  "homepage_url": "https://github.com/joeperpetua/GitLabSharedTemplates",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://gitlab.com/*"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "background": {
    "type": "module",
    "scripts": [
      "service-worker-loader.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-Cj6wPRGQ.js"
      ],
      "matches": [
        "https://gitlab.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_page": "options.html",
  "action": {
    "default_title": "GitLab Shared Templates",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gitlab-shared-templates@joeperpetua.github.io",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/jsx-runtime-TmcEBUSZ.js",
        "assets/index.tsx-D3uaBMok.js"
      ],
      "use_dynamic_url": false
    }
  ]
}

Meilleures alternatives GitLab Shared Templates

Voici quelques Firefox add-ons qui sont similaires à GitLab Shared Templates :