GitLab Issue Creator Firefox

Examine source code of GitLab Issue Creator

By: Fathan
Inspect and view changes in GitLab Issue Creator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitLab Issue Creator",
  "version": "1.0.2",
  "description": "Create GitLab issues/features with templates and import from spreadsheet",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://gitlab.dot.co.id/*",
    "https://script.google.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gitlab-issue-creator-public@dot.co.id",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best GitLab Issue Creator Alternatives

Here are some Firefox add-ons that are similar to GitLab Issue Creator: