Falling Metal Pipe

Falling Metal Pipe

A metal pipe falls every time you open a tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Falling Metal Pipe",
  "version": "1.2.0",
  "description": "A metal pipe falls every time you open a tab",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "permissions": [
    "offscreen"
  ],
  "author": {
    "email": "[email protected]"
  },
  "homepage_url": "https://github.com/swantzter/crx-falling-metal-pipe"
}