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": "Send Page", "description": "Allows you to easily send the url of a page, link, image or video per mail.", "version": "3.0", "manifest_version": 3, "author": "Jacques Stadler", "homepage_url": "https:\/\/github.com\/stadler\/SendPage", "icons": { "16": "images\/send-page-16.png", "48": "images\/send-page-48.png", "128": "images\/send-page-128.png" }, "options_ui": { "page": "options.html" }, "background": { "service_worker": "sendpage.js" }, "permissions": [ "contextMenus", "storage" ] }