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": "Window PopUp", "description": "A simple extension that opens a new tap in App mode. Open repository: https:\/\/github.com\/andr3marra\/window-popup.", "version": "1.0", "action": [], "permissions": [ "activeTab" ], "background": { "service_worker": "bg.js" }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } }