Website Analyzer

Website Analyzer

This easy-to-use extension will help you analyze your website for performance issues.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Website Analyzer",
  "description": "This easy-to-use extension will help you analyze your website for performance issues.",
  "version": "0.1",
  "author": "Jean-Paul Manuel",
  "homepage_url": "http://creativecode.agency",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ]
}