Interstellar Theme

Interstellar Theme

One of the most beautiful Moment of a Scifi Movie: Interstellar Docking Scene

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": "One of the most beautiful Moment of a Scifi Movie: Interstellar Docking Scene",
  "name": "Interstellar Theme",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Interstellar"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "Final.png"
    },
    "properties": {
      "ntp_background_alignment": "center"
    }
  },
  "icons": {
    "64": "smallIcon.png",
    "128": "icon.png"
  },
  "incognito": "split"
}