shellblock

shellblock

This stops you from forgetting that curl or wget | bash is a terrible idea.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "shellblock",
  "description": "This stops you from forgetting that curl or wget | bash is a terrible idea.",
  "version": "0.0.4",
  "permissions": [
    "clipboardWrite",
    "clipboardRead"
  ],
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "browser_action": {
    "default_title": "shellblock"
  }
}