Crowwwww

Crowwwww

A judgmental crow for your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crowwwww",
  "description": "A judgmental crow for your browser",
  "version": "1.0.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "page_load.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "options.html",
    "default_icon": {
      "16": "/images/crow_icon.png",
      "32": "/images/crow_icon.png",
      "64": "/images/crow_icon.png",
      "128": "/images/crow_icon.png"
    }
  },
  "icons": {
    "16": "/images/crow_icon.png",
    "32": "/images/crow_icon.png",
    "64": "/images/crow_icon.png",
    "128": "/images/crow_icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "crows/crow.jpg",
        "crows/crow_hd.jpg"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}