Jessica Jones Theme

Jessica Jones Theme

A theme solely devoted to the smartest and the strongest detective, Jessica Jones! Enjoy :-)

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": "A theme solely devoted to the smartest and the strongest detective, Jessica Jones! Enjoy :-)",
  "name": "Jessica Jones Theme",
  "browser_action": {
    "default_icon": "finalIcon.png",
    "default_title": "Jessica Jones!"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "Jessica Jones.png"
    },
    "properties": {
      "ntp_background_alignment": "center"
    }
  },
  "icons": {
    "64": "finalIconSmall.png",
    "128": "finalIcon.png"
  },
  "incognito": "split"
}