Wallpaper from Bing for Chromebook™

Wallpaper from Bing for Chromebook™

Automatically sets Bing's image of the day as the desktop wallpaper on Chromebooks and other ChromeOS devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wallpaper from Bing for Chromebook™",
  "short_name": "Wallpaper App",
  "version": "0.9.28",
  "description": "Automatically sets Bing's image of the day as the desktop wallpaper on Chromebooks and other ChromeOS devices.",
  "icons": {
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications",
    "wallpaper",
    "https://www.bing.com/"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "manifest_version": 2
}