Spider-Man News

Spider-Man News

The Premiere Source For The Amazing Spider-Man

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Spider-Man News",
  "description": "The Premiere Source For The Amazing Spider-Man",
  "manifest_version": 2,
  "version": "1",
  "app": {
    "urls": [
      "http://spidermannews.com/"
    ],
    "launch": {
      "web_url": "http://spidermannews.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}