Shower Thoughts New Tab

Shower Thoughts New Tab

Shower Thoughts and Earth Porn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Shower Thoughts New Tab",
  "version": "1.8",
  "description": "Shower Thoughts and Earth Porn",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}