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", "manifest_version": 3, "name": "Podsmaster - Podcast Aggregator", "description": "A Comprehensive Podcast Aggregator for Chrome browser.", "version": "1.0", "icons": { "16": "images\/16.png", "32": "images\/32.png", "64": "images\/64.png", "128": "images\/128.png" }, "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "64": "images\/64.png", "128": "images\/128.png" } }, "minimum_chrome_version": "109", "permissions": [ "offscreen" ], "background": { "service_worker": ".\/background.js" } }