Rough Water SEO Tool

Rough Water SEO Tool

SEO Tool for Squarespace websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rough Water SEO Tool",
  "description": "SEO Tool for Squarespace websites",
  "version": "1.15",
  "permissions": [
    "storage",
    "cookies",
    "scripting"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "action": {
    "default_icon": {
      "16": "./logo.png",
      "48": "./logo.png",
      "128": "./logo.png"
    },
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "assets/index.ce11adc7.js"
      ],
      "css": [
        "assets/index.f4dcdb00.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/index.f4dcdb00.css",
        "assets/logo.2ff8d772.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "./logo.png",
    "48": "./logo.png",
    "128": "./logo.png"
  }
}