React Server Timeline

React Server Timeline

This extension will display the timeline for react-server applications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "React Server Timeline",
  "description": "This extension will display the timeline for react-server applications",
  "version": "1.1",
  "author": "Redfin",
  "browser_action": {
    "default_icon": "react-server-icon.png",
    "default_popup": "popup.html",
    "default_title": "Generate React Server Timeline"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "https://code.highcharts.com/"
  ],
  "content_security_policy": "script-src 'unsafe-eval' https://code.highcharts.com/; object-src 'unsafe-eval'"
}