GitLab Plus

GitLab Plus

Add feature to gitlab

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GitLab Plus",
  "action": {},
  "icons": {
    "16": "icon.png"
  },
  "manifest_version": 3,
  "version": "0.0.7",
  "description": "Add feature to gitlab",
  "web_accessible_resources": [
    {
      "resources": [
        "dist/*"
      ],
      "matches": [
        "https://*/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*/-/merge_requests/*"
      ],
      "js": [
        "run.js"
      ]
    }
  ]
}