Shimeji Browser Extension

Shimeji Browser Extension

Play with little shimejis while browsing the web.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Shimeji Browser Extension",
  "description": "Play with little shimejis while browsing the web.",
  "author": "Jarno Le Conté",
  "version": "2.0.5",
  "icons": {
    "16": "icon_16x16.1f300c36.png",
    "32": "icon_32x32.515409b1.png",
    "48": "icon_48x48.7663bd0c.png",
    "128": "icon_128x128.39c76058.png"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "service_worker": "background.58565342.js"
  },
  "action": {
    "default_popup": "popup.01c765a5.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-script.430647cf.js"
      ],
      "run_at": "document_end",
      "css": [
        "content-script.d43d51f5.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/balsamiq-sans-v12-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2",
        "fonts/balsamiq-sans-v12-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.shimejis.xyz/*"
    ]
  }
}