18 lines
509 B
JavaScript
18 lines
509 B
JavaScript
module.exports = {
|
|
'playstation.com': {
|
|
_name: 'PlayStation Store',
|
|
www: [
|
|
{
|
|
title: 'Monthly Games',
|
|
docs: 'https://docs.rsshub.app/routes/game#playstation-store',
|
|
source: ['/en-sg/ps-plus/whats-new'],
|
|
target: '/ps/monthly-games',
|
|
},
|
|
{
|
|
title: 'User trophy',
|
|
docs: 'https://docs.rsshub.app/routes/game#playstation-store',
|
|
},
|
|
],
|
|
},
|
|
};
|