Virtual Pets

Virtual Pets

Virtual Pets it's application that add cute pets to your browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "short_name": "virtual pet",
  "default_locale": "en",
  "version": "3.0.1",
  "offline_enabled": true,
  "manifest_version": 3,
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/worker.js"
  },
  "externally_connectable": {
    "matches": [
      "*://*.freeonlineapps.net/*"
    ]
  },
  "permissions": [
    "storage"
  ],
  "homepage_url": "https://virtual-pets.freeonlineapps.net"
}