Add manifest URL field, reset keys when manifest changes, organize repo, update to Manifest v3 #3

Open
voldemort wants to merge 26 commits from voldemort/CDRM-Extension:main into main
Showing only changes of commit e03ca633de - Show all commits

View File

@ -144,13 +144,7 @@ function Results() {
// Export to JSON file // Export to JSON file
const hasData = () => { const hasData = () => {
return ( return Array.isArray(keys) && keys.filter((k) => k.type !== "SIGNING").length > 0;
drmType ||
pssh ||
licenseUrl ||
manifestUrl ||
(Array.isArray(keys) && keys.filter((k) => k.type !== "SIGNING").length > 0)
);
}; };
const handleExportJSON = () => { const handleExportJSON = () => {