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": "Wallpaper from Bing for Chromebook\u2122",
"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
}