Jim Moriarty Theme

Jim Moriarty Theme

A theme for the fans of the extremely talented Andrew Scott's Jim Moriarty. 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.1",
  "description": "A theme for the fans of the extremely talented Andrew Scott's Jim Moriarty. Enjoy :-)",
  "name": "Jim Moriarty Theme",
  "browser_action": {
    "default_icon": "finalIcon.png",
    "default_popup": "popupJimMoriarty.html",
    "default_title": "I OWE YOU!"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "jim_moriarty__i__m_a_specialist.png"
    },
    "properties": {
      "ntp_background_alignment": "center"
    }
  },
  "icons": {
    "64": "finalIconSmall.png",
    "128": "finalIcon.png"
  },
  "incognito": "split"
}