APOD Wallpaper for Chromebooks™

APOD Wallpaper for Chromebooks™

Automatically update your ChromeOS™ wallpaper to today's Astronomy Picture of the Day from NASA.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "APOD Wallpaper for Chromebooks™",
  "short_name": "APOD Wallpaper",
  "description": "Automatically update your ChromeOS™ wallpaper to today's Astronomy Picture of the Day from NASA.",
  "version": "0.2.1",
  "minimum_chrome_version": "43",
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ],
      "persistent": false
    }
  },
  "permissions": [
    "wallpaper",
    "https://api.data.gov/",
    "alarms",
    "notifications",
    "storage"
  ]
}