mirror of https://github.com/OCA/web.git
commit
58ab6bae44
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<template id="web_layout_pwa" name="Web layout PWA" inherit_id="web.layout">
|
<template id="web_layout_pwa" name="Web layout PWA" inherit_id="web.webclient_bootstrap">
|
||||||
<xpath expr="//meta[@name='viewport']" position="after">
|
<xpath expr="//t[@t-call-assets='web.assets_common']" position="before">
|
||||||
<!-- Add link rel manifest -->
|
<!-- Add link rel manifest -->
|
||||||
<link rel="manifest" t-attf-href="/web_pwa_oca/manifest.webmanifest"/>
|
<link rel="manifest" t-attf-href="/web_pwa_oca/manifest.webmanifest"/>
|
||||||
<!-- Add iOS meta tags and icons -->
|
<!-- Add iOS meta tags and icons -->
|
||||||
|
|
Loading…
Reference in New Issue