{ "manifest_version": 3, "name": "PW FCC Access Helper", "version": "1.0.0", "description": "Guides you through granting Performance West access to your FCC CORES and USAC E-File accounts for 499-A filing.", "permissions": ["activeTab"], "host_permissions": [ "https://apps.fcc.gov/*", "https://forms.universalservice.org/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" } }, "content_scripts": [ { "matches": ["https://apps.fcc.gov/coresWeb/*"], "js": ["content-cores.js"], "css": ["content-style.css"] }, { "matches": ["https://forms.universalservice.org/*"], "js": ["content-usac.js"], "css": ["content-style.css"] } ], "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" } }