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": "Save to Screenly", "version": "1.5.1", "description": "Display live web pages on your Screenly digital sign.", "icons": { "16": "assets\/images\/screenly-logo-16.png", "48": "assets\/images\/screenly-logo-48.png", "128": "assets\/images\/screenly-logo-128.png" }, "permissions": [ "activeTab", "storage", "scripting", "cookies" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_popup": "popup.html", "default_title": "Save to Screenly", "default_icon": { "16": "assets\/images\/screenly-logo-16.png", "32": "assets\/images\/screenly-logo-32.png" } } }