GitLab Diff Collapse All

GitLab Diff Collapse All

Collapse all diff files on the Merge Request UI of GitLab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GitLab Diff Collapse All",
  "description": "Collapse all diff files on the Merge Request UI of GitLab.",
  "version": "1.1",
  "icons": {
    "16": "images/fox_16x16.png",
    "32": "images/fox_32x32.png",
    "48": "images/fox_48x48.png",
    "128": "images/fox_128x128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {}
}