Perseo

Perseo

The best tool for SEO professionals that helps you analyze the most relevant on-page SEO information in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Perseo",
  "version": "0.5.1",
  "manifest_version": 3,
  "description": "The best tool for SEO professionals that helps you analyze the most relevant on-page SEO information in one click.",
  "author": "ajsalinero",
  "icons": {
    "16": "assets/images/icon-16.png",
    "48": "assets/images/icon-48.png",
    "128": "assets/images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "webNavigation",
    "webRequest",
    "declarativeContent",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "background": {
    "service_worker": "assets/scripts/worker.js"
  },
  "action": {
    "default_icon": "assets/images/default-icon.png",
    "default_title": "Perseo Chrome Extension",
    "default_popup": "popup.html"
  }
}