Pie Surprise

Pie Surprise

Selects a random link on each page that plays a secret GIF when clicked.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pie Surprise",
  "description": "Selects a random link on each page that plays a secret GIF when clicked.",
  "version": "2.0.2",
  "author": "Mac Roche",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js",
      "pie.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Pie Surprise",
    "default_icon": "pie_icon32.png"
  },
  "icons": {
    "16": "pie_icon16.png",
    "24": "pie_icon24.png",
    "32": "pie_icon32.png"
  },
  "homepage_url": "http://www.macroche.com",
  "manifest_version": 2
}