Batman News

Batman News

The Premiere Source For All Things Batman

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Batman News",
  "description": "The Premiere Source For All Things Batman",
  "manifest_version": 2,
  "version": "2",
  "app": {
    "urls": [
      "http://batman-news.com/"
    ],
    "launch": {
      "web_url": "http://batman-news.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}