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", "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.5", "homepage_url": "https:\/\/photo-slideshow.pdfwork.com", "default_locale": "en", "action": { "default_title": "Start slideshow", "default_icon": { "128": "icons\/photo_slideshow_128.png" } }, "icons": { "128": "icons\/photo_slideshow_128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "js\/background.sw.js" }, "side_panel": { "default_path": "sidepanel.html" }, "web_accessible_resources": [ { "resources": [ "js\/content\/slideshow.js" ], "matches": [ "<all_urls>" ] } ] }