Inspect and view changes in Modify Shortcut Story Points 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Modify Shortcut Story Points",
"version": "0.1.5",
"description": "Modifies the shortcut story points to make sense.",
"content_scripts": [
{
"js": [
"modify.js"
],
"matches": [
"https://app.shortcut.com/*"
]
}
]
}