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": "Snippets Manager", "short_name": "Snippets Manager", "version": "0.0.3", "manifest_version": 3, "description": "Save text snippets, and use them later.", "icons": { "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "action": { "default_popup": "\/popup\/popup.html" }, "homepage_url": "https:\/\/browsernative.com\/snippets-manager-pastebin-chrome-extension\/", "background": { "service_worker": "sw.js" }, "permissions": [ "storage", "contextMenus" ] }