Circle of Life

Circle of Life

Plays Circle of Life song on 1 / 100 of the webpages randomly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Circle of Life",
  "description": "Plays Circle of Life song on 1 / 100 of the webpages randomly",
  "version": "1.2",
  "icons": {
    "16": "16icon.png",
    "48": "48icon.png",
    "128": "128icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "click me"
  }
}