@@ -45,11 +45,43 @@ module.exports = Object.assign({
4545 { name : 'twitter:description' , content : description } ,
4646 { name : 'twitter:image' , content : 'https://quran.com/images/thumbnail.png' } ,
4747 { name : 'twitter:image:width' , content : '200' } ,
48- { name : 'twitter:image:height' , content : '200' }
48+ { name : 'twitter:image:height' , content : '200' } ,
49+ { name : 'google-play-app' , content : 'app-id=com.quran.labs.androidquran' } ,
50+ { name : 'apple-itunes-app' , content : 'app-id=1118663303' } ,
51+ { name : 'mobile-web-app-capable' , content : 'yes' } ,
52+ { name : 'apple-mobile-web-app-capable' , content : 'yes' } ,
53+ { name : 'apple-mobile-web-app-title' , content : title } ,
54+ { name : 'apple-mobile-web-app-status-bar-style' , content : 'black' } ,
55+ { name : 'application-name' , content : 'Al-Quran - القرآن الكريم' } ,
56+ { name : 'msapplication-TileColor' , content : '#004f54' } ,
57+ { name : 'msapplication-tooltip' , content : description } ,
58+ { name : 'msapplication-starturl' , content : "https://quran.com" } ,
59+ { name : 'msapplication-navbutton-color' , content : '#004f54' } ,
60+ { name : 'msapplication-square70x70logo' , content : '/mstitle-70x70.jpg' } ,
61+ { name : 'msapplication-square150x150logo' , content : '/mstitle-150x150.jpg' } ,
62+ { name : 'msapplication-wide310x150logo' , content : '/mstitle-310x150.jpg' } ,
63+ { name : 'msapplication-square310x310logo' , content : '/mstitle-310x310.jpg' }
4964 ] ,
5065 link : [
51- { rel : 'apple-touch-icon' , href : '/images/apple-touch-icon.png' } ,
52- { rel : 'apple-touch-icon-precomposed' , href : '/images/apple-touch-icon-precomposed.png' } ,
66+ { rel : 'manifest' , href : 'manifest.json' } ,
67+ { rel : 'search' , type : 'application/opensearchdescription+xml' , href : '/opensearch.xml' , title : 'Quran.com' } ,
68+ { rel :'fluid-icon' , href : '/apple-touch-icon-180x180.png' , title : 'Quran.com' } ,
69+ { rel : 'icon' , type : 'image/png' , href : '/favicon-32x32.png' , sizes :'32x32' } ,
70+ { rel : 'icon' , type : 'image/png' , href : '/android-chrome-192x192.png' , sizes : '192x192' } ,
71+ { rel : 'icon' , type : 'image/png' , href : '/favicon-16x16.png' , sizes : '16x16' } ,
72+ { rel : 'mask-icon' , href : '/safari-pinned-tab.svg' , color : '#004f54' } ,
73+ { rel : 'shortcut icon' , href : '/favicon.ico' , type : 'image/x-icon' } ,
74+ { rel : 'apple-touch-icon' , href : 'apple-touch-icon.png' } ,
75+ { rel : 'apple-touch-icon' , sizes : '57x57' , href :' /apple-touch-icon-57x57.png' } ,
76+ { rel : 'apple-touch-icon' , sizes : '72x72' , href : '/apple-touch-icon-72x72.png' } ,
77+ { rel : 'apple-touch-icon' , sizes : '76x76' , href : '/apple-touch-icon-76x76.png' } ,
78+ { rel : 'apple-touch-icon' , sizes : '114x114' , href : '/apple-touch-icon-114x114.png' } ,
79+ { rel : 'apple-touch-icon' , sizes : '120x120' , href : '/apple-touch-icon-120x120.png' } ,
80+ { rel : 'apple-touch-icon' , sizes : '144x144' , href : '/apple-touch-icon-144x144.png' } ,
81+ { rel : 'apple-touch-icon' , sizes : '152x152' , href : '/apple-touch-icon-152x152.png' } ,
82+ { rel : 'apple-touch-icon' , sizes : '180x180' , href : '/apple-touch-icon-180x180.png' } ,
83+ { rel : 'preconnect' , href : 'https://quran-1f14.kxcdn.com' , crossorigin : '' } ,
84+ { rel : 'preconnect' , href : 'https://assets-1f14.kxcdn.com' , crossorigin : '' } ,
5385 { rel : 'stylesheet' , href : 'https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css' }
5486 ] ,
5587 /* SEO: https://developers.google.com/structured-data/slsb-overview#markup_examples */
0 commit comments