Post Internet

Post Internet

Postprocess the Internet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Post Internet",
  "version": "0.0.3",
  "description": "Postprocess the Internet",
  "icons": {
    "16": "images/16.png",
    "128": "images/128.png"
  },
  "author": "Takayosi Amagi <[email protected]>",
  "background": {
    "persistent": false,
    "scripts": [
      "index.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "19": "images/19.png",
      "38": "images/38.png"
    },
    "default_title": "Post Internet"
  }
}