Cute Animals Viewer

Cute Animals Viewer

Shine your day in one single click with the Cute Animals Viewer. Feel down ? Click and see a cute animal to peace your mind.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Cute Animals Viewer",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Shine your day in one single click with the Cute Animals Viewer. Feel down ? Click and see a cute animal to peace your mind.",
  "icons": {
    "16": "icons/16x16.jpg",
    "32": "icons/32x32.jpg",
    "48": "icons/48x48.jpg",
    "128": "icons/128x128.jpg"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.jpg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}