Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Set Image As Chrome OS Wallpaper", "short_name": "Set Wallpaper", "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": 3, "permissions": [ "contextMenus", "wallpaper", "notifications" ], "version": "0.0.5", "background": { "service_worker": "sw.js" } }