Inspect and view changes in MaxShortcuts 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",
"name": "MaxShortcuts",
"description": "Extended Shortcuts for Maximo",
"version": "1.03",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_icon": "icon.png"
},
"permissions": [
"scripting",
"activeTab"
],
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"commands": {
"navigationSearch": {
"suggested_key": {
"default": "Shift+Alt+N"
},
"description": "Navigation - Search Menu (Shift+Alt+N)"
},
"quickSearch": {
"suggested_key": {
"default": "Shift+Alt+Q"
},
"description": "Navigation - Quick Search (Shift+Alt+Q)"
},
"actionSearch": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+A"
},
"description": "Navigation - Search Action Menu (Shift+Alt+A) - MAS UI only. For Max 7.6, use Shift+Alt+N"
},
"hideNavBar": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+H"
},
"description": "Navigation - Hide the left navigation menu (Shift+Alt+H)"
},
"openWhereClause": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+W"
},
"description": "Navigation - Open Search Menu (Where Clause) (Shift+Alt+W)"
},
"newRowButton": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+E"
},
"description": "Focus on the New Row button (Shift+Alt+E)"
},
"previousListRecord": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+Up"
},
"description": "List Screen - Previous Record (Shift+Alt+Up)"
},
"nextListRecord": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+Down"
},
"description": "List Screen - Next Record (Shift+Alt+Down)"
},
"toggleFilter": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+F"
},
"description": "Focus on a 'Filter' hyperlink (Shift+Alt+F)"
},
"openLookup": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+L"
},
"description": "Open Lookup dialog next to an input field (Shift+Alt+L)"
},
"clickYes": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+Y"
},
"description": "Click Yes / OK button (Shift+Alt+Y)"
},
"clickNo": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+C"
},
"description": "Click No / Close / Cancel button (Shift+Alt+C)"
},
"previousRequiredField": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+Left"
},
"description": "Required Field - Previous (Shift+Alt+Left)"
},
"nextRequiredField": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+Right"
},
"description": "Required Field - Next (Shift+Alt+Right)"
},
"reloadRecord": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+R"
},
"description": "Record - Reload (Shift+Alt+R)"
},
"focusInput": {
"NO-suggested-key": {
"description": "Focus on the first Input field. E.g. Shift+Alt+S"
},
"description": "Focus on the first Input field (Shift+Alt+S)"
},
"backToList": {
"suggested_key": {
"default": "Shift+Alt+0"
},
"description": "Application Tab - List Tab (Shift+Alt+0)"
},
"tab1": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+1"
},
"description": "Application Tab 1 (Shift+Alt+1)"
},
"tab2": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+2"
},
"description": "Application Tab 2 (Shift+Alt+2)"
},
"tab3": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+3"
},
"description": "Application Tab 3 (Shift+Alt+3)"
},
"tab4": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+4"
},
"description": "Application Tab 4 (Shift+Alt+4)"
},
"tab5": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+5"
},
"description": "Application Tab 5 (Shift+Alt+5)"
},
"tab6": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+6"
},
"description": "Application Tab 6 (Shift+Alt+6)"
},
"tab7": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+7"
},
"description": "Application Tab 7 (Shift+Alt+7)"
},
"tab8": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+8"
},
"description": "Application Tab 8 (Shift+Alt+8)"
},
"tab9": {
"NO-suggested-key": {
"description": "User specified. E.g. Shift+Alt+9"
},
"description": "Application Tab 9 (Shift+Alt+9)"
}
}
}