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": "Podcast Production Strategist, Penelope Perez", "short_name": "Strategist", "version": "1.1", "description": "Show planning, guest research, content optimization, show notes creation, episode scripting, promotional content development", "action": { "default_icon": { "16": "icons\/Icon16.png", "48": "icons\/Icon48.png", "128": "icons\/Icon128.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icons\/Icon16.png", "48": "icons\/Icon48.png", "128": "icons\/Icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src https:\/\/do.pebblerunmedia.com\/showplanning" }, "permissions": [ "windows" ] }