Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Archive Page", "version": "1.2.0", "description": "Archive webpage with archive[dot]today", "manifest_version": 3, "homepage_url": "https:\/\/github.com\/JNavas2\/Archive-Page", "privacy_policy": "https:\/\/jnavas2.github.io\/Archive-Page\/privacy.html", "permissions": [ "activeTab", "contextMenus", "storage" ], "optional_permissions": [ "notifications" ], "background": { "service_worker": "service_worker.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png" }, "default_title": "Archive Page" }, "commands": { "search-page": { "description": "Search archive.today for the current page" } } }