JAST - Just Another SEO Tool

JAST - Just Another SEO Tool

Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JAST - Just Another SEO Tool",
  "version": "1.4.1",
  "description": "Just Another SEO Tool (JAST) is a simple chrome extension for SEOs. It performs several tasks for website and SERP analysis",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "images/jast2.png",
    "32": "images/icon32b.png",
    "48": "images/icon48b.png",
    "128": "images/icon128b.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/jast2.png",
      "32": "images/icon32b.png",
      "48": "images/icon48b.png",
      "128": "images/icon128b.png"
    }
  },
  "manifest_version": 3
}