Freestar Page Performance

Freestar Page Performance

Inline page performance reporting for Freestar publishers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Freestar Page Performance",
  "version": "0.5.0",
  "description": "Inline page performance reporting for Freestar publishers",
  "browser_action": {
    "default_title": "Freestar",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "background": {
    "scripts": [
      "./env.js",
      "node_modules/auth0-chrome/dist/auth0chrome.min.js",
      "src/main.js",
      "src/lazy-line-painter-1.9.6.min.js"
    ],
    "persistent": false
  },
  "permissions": [
    "identity",
    "notifications",
    "activeTab",
    "https://*.auth0.com/*"
  ],
  "icons": {
    "128": "./icons/freestar128.png"
  },
  "manifest_version": 2
}