ISPIAO

ISPIAO

The International Association for the Protection of the Individual Against Officialdom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ISPIAO",
  "description": "The International Association for the Protection of the Individual Against Officialdom",
  "version": "1.1",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon.png",
    "128": "icon128.png"
  }
}