RateTheSite

RateTheSite

Rate any website and see other people's ratings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "RateTheSite",
  "version": "0.0.0.2",
  "description": "Rate any website and see other people's ratings.",
  "homepage_url": "https://ratethesite.com",
  "manifest_version": 3,
  "minimum_chrome_version": "100",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "128": "icon.6c603e0e.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.ratethesite.com/*"
  ],
  "incognito": "spanning",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.7097243e.js"
      ],
      "css": [
        "content.73168cc1.css"
      ],
      "run_at": "document_end"
    }
  ]
}