Spiderman PS4 Theme

Spiderman PS4 Theme

With great power.. comes great Responsibility!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.0.2",
  "description": "With great power.. comes great Responsibility!",
  "name": "Spiderman PS4 Theme",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Spiderman PS4"
  },
  "permissions": [
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "icons": {
    "64": "smallIcon.png",
    "128": "icon.png"
  },
  "incognito": "split"
}