Spinbackup - Backup for Google Apps™

Spinbackup - Backup for Google Apps™

Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Spinbackup - Backup for Google Apps™",
  "description": "Cloud-to-cloud backup for your Gmail™, Google Drive™, Google Calendar™, Google Contacts™ and Google+ Photos™.",
  "version": "1.1.2",
  "browser_action": {
    "default_icon": "data/icons/i128x128.png",
    "default_title": "Spinbackup"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "bookmarks",
    "browsingData",
    "tabs",
    "webRequest",
    "https://spinbackup.com/*",
    "https://*.googleusercontent.com/*"
  ],
  "background": {
    "scripts": [
      "/data/js/main/jquery.min.js",
      "/data/js/sb.js",
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "19": "data/icons/i19x19.png",
    "128": "data/icons/i128x128.png"
  }
}