Plato Cat

Plato Cat

Cute animated cats with funny puns in every tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Plato Cat",
  "version": "0.1.6",
  "manifest_version": 2,
  "description": "Cute animated cats with funny puns in every tab",
  "homepage_url": "https://camom.work",
  "image_api_server_url": "https://api.saturdaycode.com",
  "image_server_url": "https://platocat.s3-ap-southeast-1.amazonaws.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src chrome://favicon https://*.tenor.com data: https://*.thao.pw;",
  "permissions": [
    "topSites",
    "chrome://favicon/",
    "storage",
    "unlimitedStorage",
    "https://www.google-analytics.com/",
    "https://platocat.s3-ap-southeast-1.amazonaws.com/*"
  ],
  "background": {
    "scripts": [
      "js/lodash.min.js",
      "js/google-analytics-bundle.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "*://*.thao.pw/*",
      "*://*.camom.work/*"
    ]
  }
}