StartUp

StartUp

An extension designed to streamline your start up experience with Chrome!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "StartUp",
  "version": "0.2.2",
  "description": "An extension designed to streamline your start up experience with Chrome!",
  "icons": {
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon19.png",
    "default_title": "StartUp",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-2.2.3.min.js",
      "js/group.js",
      "js/background.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "storage"
  ],
  "short_name": "StartUp"
}