The Circle of Life

The Circle of Life

A must-have for all Lion King fans!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Circle of Life",
  "version": "0.0.6",
  "manifest_version": 2,
  "description": "A must-have for all Lion King fans!",
  "homepage_url": "http://ianww.com",
  "icons": {
    "16": "icons/lion16.png",
    "48": "icons/lion48.png",
    "128": "icons/lion128.png"
  },
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "options_page": "src/options/index.html",
  "permissions": [
    "tabs"
  ]
}