start.me - Chrome App

start.me - Chrome App

start.me - All your favorites in one place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "web_url": "https://start.me/"
    },
    "urls": [
      "https://start.me/"
    ]
  },
  "description": "start.me - All your favorites in one place",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "32": "icons/icon32.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "start.me - Chrome App",
  "short_name": "start.me",
  "offline_enabled": true,
  "permissions": [
    "background"
  ],
  "version": "1.0.0"
}