HD Wallpapers for Chromebook™

HD Wallpapers for Chromebook™

Beautiful wallpapers for Chromebooks and other Chrome OS devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "description": "Beautiful wallpapers for Chromebooks and other Chrome OS devices.",
  "homepage_url": "https://browsernative.com/unsplash-wallpapers-chromebook/",
  "icons": {
    "48": "static/icon-48.png",
    "128": "static/icon-128.png"
  },
  "manifest_version": 2,
  "name": "HD Wallpapers for Chromebook™",
  "short_name": "HD Wallpaper",
  "permissions": [
    "wallpaper",
    "notifications",
    "alarms"
  ],
  "version": "0.5",
  "browser_action": {
    "default_icon": "static/icon-128.png",
    "default_title": "Refresh Chrome OS Wallpaper"
  }
}