WorkRamp

WorkRamp

Powerful training software that helps companies Execute Better. Equip your employees to reach their full potential.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WorkRamp",
  "version": "1.12.2",
  "description": "Powerful training software that helps companies Execute Better. Equip your employees to reach their full potential.",
  "browser_action": {
    "default_icon": "images/WorkRamp_16x16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "images/WorkRamp_48x48.png"
  },
  "permissions": [
    "https://app.workramp.com/*"
  ]
}