Xambox Web Capture

Xambox Web Capture

Capture and archive your web pages to your Xambox account.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "__MSG_appTitle__",
    "default_popup": "login.html"
  },
  "permissions": [
    "background",
    "tabs",
    "activeTab",
    "identity",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/lib/jquery-1.11.1.min.js"
      ]
    }
  ]
}