Launch

Launch

Launch replaces your boring start pages and tabs with beautiful photography and organizes your bookmarks, websites and tasks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Launch",
  "version": "0.0.17",
  "version_name": "1.01",
  "manifest_version": 2,
  "description": "Launch replaces your boring start pages and tabs with beautiful photography and organizes your bookmarks, websites and tasks.",
  "author": "Kristof Van Espen",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "launch/index.html"
  },
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "web_accessible_resources": [
    "images/*",
    "assets/*",
    "fonts/*"
  ],
  "permissions": [
    "bookmarks"
  ],
  "offline_enabled": true,
  "content_scripts": [
    {
      "matches": [
        "http://www.google.com/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery.js",
        "js/tracker.js",
        "js/jquery.cookie.js",
        "js/bootstrap-datepicker.js",
        "js/timepicker.js",
        "js/autosize.js",
        "js/script.js"
      ]
    }
  ]
}