async render toolbox

async render toolbox

Open source tools to debug your async render apps. Click on the icon to see the lag radar, ⌥+R to show/hide

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "async render toolbox",
  "short_name": "Async Render",
  "version": "0.2.1",
  "description": "Open source tools to debug your async render apps. Click on the icon to see the lag radar, ⌥+R to show/hide",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Async Render Toolbox"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "homepage_url": "https://github.com/sw-yx/async-render-toolbox",
  "incognito": "spanning",
  "manifest_version": 2
}