Virtual Pets for Google Chrome™

Virtual Pets for Google Chrome™

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",
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "externally_connectable": {
    "matches": [
      "*://*.freebusinessapps.net/*"
    ]
  },
  "homepage_url": "https://virtual-pets.freebusinessapps.net",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "short_name": "virtual pet",
  "version": "3.0.0",
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    },
    "default_popup": "popup.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgRZSMkpwK46NJzFlS5sUEqzY45YM15Z2w9q7yNw6uiuy13PUGnhsOLVVomLr98kEC+yAMzgYONQyE2GCpkqS/G9kgMJOcEyIG0V2wpryDoCuIoFXRYUWyZdYH8CB48w7SrlMf7vwXt9q091OYIsSgUK5Vth+zq0xh63vFDTkefxubxKXzUSIgEreT3OAiOQIW6Lkx+pCxEEYzFDkcOqQELLSm91eA7C6ycBTrwDJN9WdGmlssnAyU295X6yGOuFXfSaR/fI05GNqbMP1bAx4X2p+zBp2iqrs/nx/T1hVsWtfQAw/Hb1wkImU3deLBueCihcG+0hGuWMhYa57e/3L/QIDAQAB"
}