Amino Fullscreen Chat

Amino Fullscreen Chat

The chat in Amino Web is tiny, this makes it fullscreen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Amino Fullscreen Chat",
  "version": "1.0.1",
  "author": "Ian Martorell",
  "manifest_version": 2,
  "description": "The chat in Amino Web is tiny, this makes it fullscreen",
  "content_scripts": [
    {
      "matches": [
        "https://aminoapps.com/c/*",
        "https://aminoapps.com/c/*"
      ],
      "css": [
        "src/styles.css"
      ]
    }
  ]
}