Includes: API (Express/TypeScript), Astro site, Python workers, document generators, FCC compliance tools, Canada CRTC formation, Ansible infrastructure, and deployment scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
36 lines
942 B
JSON
36 lines
942 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|