Wallpapers+

Wallpapers+

Set Wallpapers from Google+

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wallpapers+",
  "description": "Set Wallpapers from Google+",
  "version": "1.4.2",
  "manifest_version": 2,
  "minimum_chrome_version": "43",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "identity",
    "wallpaper",
    "storage"
  ],
  "oauth2": {
    "client_id": "388722425591-hf0vkevfkv68ehlma5sok329ih76h2po.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.me"
    ]
  }
}