Popup Annoyer

Popup Annoyer

A simple chrome extensions, just to annoy people. That's it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Popup Annoyer",
  "short_name": "Annoyer",
  "version": "1.1.0",
  "description": "A simple chrome extensions, just to annoy people. That's it.",
  "icons": {
    "16": "icons/icon16.jpg",
    "48": "icons/icon48.jpg",
    "128": "icons/icon128.jpg"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "offline_enabled": true,
  "manifest_version": 2
}