gitextract_b72y24m9/ ├── .gitignore ├── Icons.sketch ├── PrivacyPolicyForEdgeWebstore.md ├── README.md ├── Testing.md ├── extension/ │ ├── Background/ │ │ ├── BackgroundModule.js │ │ ├── theme-color/ │ │ │ ├── chrome-offscreen.html │ │ │ ├── chrome-offscreen.js │ │ │ ├── chrome.js │ │ │ └── firefox.js │ │ └── tint_image.js │ ├── Content.js │ ├── Popup/ │ │ ├── Popup.html │ │ ├── Popup.js │ │ └── Theme-Colors.js │ ├── Vendor/ │ │ ├── Browser.d.ts │ │ └── Browser.js │ ├── Windowed-inject-into-page.js │ ├── manifest-firefox.json │ ├── manifest.json │ ├── tsconfig.json │ └── utilities/ │ └── themecolor-to-string.js ├── package.json └── testing/ ├── iframe/ │ └── iframe.html ├── page.html ├── stadia-like.html ├── test.js └── ustream/ └── ustream.html