Inspect and view changes in ScrumGitLab source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "ScrumGitLab",
"version": "1.3.2",
"default_locale": "en",
"description": "Scrum GitLab helps you to run Scrum on GitLab issues.",
"icons": {
"16": "images/icon-16.png",
"32": "images/icon-32.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"scripts/content.js"
],
"matches": [
"https://gitlab.com/*",
"https://gitlab.hk/*",
"https://jihulab.com/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}