Theme Creator

Theme Creator

Chrome Theme Creator, create and share Chrome themes online.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Theme Creator",
  "description": "Chrome Theme Creator, create and share Chrome themes online.",
  "version": "2.6",
  "manifest_version": 2,
  "app": {
    "launch": {
      "web_url": "http://www.themebeta.com/chrome-theme-creator-online.html"
    },
    "urls": [
      "http://www.themebeta.com/"
    ]
  },
  "icons": {
    "128": "icon_128.png"
  }
}