File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " AArch64 ESR decoder" ,
3+ "description" : " Decoder for aarch64 Exception Syndrome Register values. Also supports MIDR values and SMCCC function IDs." ,
4+ "icons" : [
5+ {
6+ "src" : " logo.png" ,
7+ "type" : " image/png" ,
8+ "sizes" : " 512x512"
9+ },
10+ {
11+ "src" : " logo-192.png" ,
12+ "type" : " image/png" ,
13+ "sizes" : " 192x192"
14+ },
15+ {
16+ "src" : " logo.svg" ,
17+ "type" : " image/svg+xml" ,
18+ "sizes" : " any"
19+ }
20+ ],
21+ "start_url" : " /" ,
22+ "display" : " standalone" ,
23+ "categories" : [" devtools" , " utilities" ]
24+ }
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < title > AArch64 ESR decoder</ title >
66 < link href ="style.css " rel ="stylesheet "/>
7+ < link href ="app.webmanifest " rel ="manifest "/>
78 < link href ="logo.svg " rel ="icon " type ="image/svg+xml " sizes ="any "/>
89 < link href ="logo.png " rel ="icon " type ="image/png " sizes ="512x512 "/>
910 < link href ="logo-192.png " rel ="icon " type ="image/png " sizes ="192x192 "/>
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < title > AArch64 MIDR decoder</ title >
66 < link href ="style.css " rel ="stylesheet "/>
7+ < link href ="app.webmanifest " rel ="manifest "/>
78 < link href ="logo.svg " rel ="icon " type ="image/svg+xml " sizes ="any "/>
89 < link href ="logo.png " rel ="icon " type ="image/png " sizes ="512x512 "/>
910 < link href ="logo-192.png " rel ="icon " type ="image/png " sizes ="192x192 "/>
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < title > Arm SMCCC decoder</ title >
66 < link href ="style.css " rel ="stylesheet "/>
7+ < link href ="app.webmanifest " rel ="manifest "/>
78 < link href ="logo.svg " rel ="icon " type ="image/svg+xml " sizes ="any "/>
89 < link href ="logo.png " rel ="icon " type ="image/png " sizes ="512x512 "/>
910 < link href ="logo-192.png " rel ="icon " type ="image/png " sizes ="192x192 "/>
You can’t perform that action at this time.
0 commit comments