1
0
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:
Denis Demchenko 2017-06-09 22:08:48 +03:00
parent 3da8552f0f
commit 4fc00cc427

View File

@ -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'
}
}
},