Set Image As Chrome OS Wallpaper

Set Image As Chrome OS Wallpaper

Set any online image as desktop wallpaper on Chromebook and other ChromeOS 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": [
      "background.js"
    ]
  },
  "description": "Set any online image as desktop wallpaper on Chromebook and other ChromeOS devices.",
  "homepage_url": "https://browsernative.com/chromebook-wallpaper-app/",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "Set Image As Chrome OS Wallpaper",
  "permissions": [
    "contextMenus",
    "wallpaper",
    "notifications"
  ],
  "version": "0.0.4"
}