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": "Simple Slideshow", "short_name": "Slideshow", "description": "A simple slideshow for displaying your offline images in sequential or random order", "author": "Kyle Graehl", "version": "0.0.3", "manifest_version": 2, "offline_enabled": true, "minimum_chrome_version": "34", "app": { "background": { "scripts": [ "background.js" ] } }, "permissions": [ "storage", { "mediaGalleries": [ "read", "allAutoDetected" ] }, "notifications" ], "icons": { "16": "ico_16.png", "19": "ico_19.png", "32": "ico_32.png", "38": "ico_38.png", "48": "ico_48.png", "64": "ico_64.png", "96": "ico_96.png", "128": "ico_128.png" } }