Fiverr Workspace

Fiverr Workspace

Fiverr Workspace is all you need to run your business. This free software for freelancers and self-employed entrepreneurs helps…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fiverr Workspace",
  "description": "",
  "version": "22.1.0",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Fiverr Workspace"
  },
  "icons": {
    "16": "logo-16x16.png",
    "48": "logo-48x48.png",
    "128": "logo-128x128.png"
  },
  "permissions": [
    "*://*.workspace.fiverr.com/*"
  ],
  "content_security_policy": "script-src 'self' 'sha256-L7wX6Jv4gvYntg+1Gn+jinT0UsSaF4DciBblTvUbYQY=' https://cdn.heapanalytics.com https://heapanalytics.com; object-src 'self' https://heapanalytics.com"
}