Socrate Dog

Socrate Dog

A dog extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Socrate Dog",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "A dog extension",
  "homepage_url": "https://socratedog.saturdaycode.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"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  }
}