mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Add more details about parsed Amazon device
This commit is contained in:
parent
3da8552f0f
commit
4fc00cc427
@ -37,12 +37,25 @@ export default [
|
||||
}
|
||||
},
|
||||
|
||||
/* Silk Tablet */
|
||||
/* Amazon Kindle Fire */
|
||||
{
|
||||
test: [/kftt build/i],
|
||||
describe() {
|
||||
return {
|
||||
type: TYPES.tablet,
|
||||
vendor: 'Amazon',
|
||||
model: 'Kindle Fire HD 7'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/* Another Amazon Tablet with Silk */
|
||||
{
|
||||
test: [/silk/i],
|
||||
describe() {
|
||||
return {
|
||||
type: TYPES.tablet
|
||||
type: TYPES.tablet,
|
||||
vendor: 'Amazon'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user