nexos

nexos

Organize your bookmarks, apps, extensions and all your content from Facebook, Gmail, Google+, YouTube, Google Drive, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "launch": {
      "local_path": "main.htm"
    }
  },
  "default_locale": "en",
  "minimum_chrome_version": "18.0",
  "options_page": "options.htm",
  "offline_enabled": true,
  "version": "1.5.4",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://platform.twitter.com https://apis.google.com; object-src 'self'",
  "web_accessible_resources": [
    "chrome_ex_oauth.html",
    "oauth2.html"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_extDescr__",
  "name": "__MSG_extName__",
  "permissions": [
    "https://*/*",
    "tabs",
    "bookmarks",
    "chrome://favicon/",
    "history",
    "management",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "img/logo16.png",
    "32": "img/logo32.png",
    "64": "img/logo64.png",
    "128": "img/logo128.png"
  },
  "manifest_version": 2
}