SEO Hero: In-page SEO Analysis

SEO Hero: In-page SEO Analysis

This extension performs SEO of the loaded page and generates a report.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SEO Hero: In-page SEO Analysis",
  "short_name": "SEO Hero",
  "description": "This extension performs SEO of the loaded page and generates a report.",
  "version": "1.1",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://cdnjs.cloudflare.com; object-src 'self'",
  "browser_action": {
    "default_icon": "images/icon-48.png",
    "default_popup": "popup.html",
    "default_title": "Click to perform SEO Analysis of the current page."
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}