We-SaaS Product Documentation
  • ⏊What is We-SaaS?
  • Fundamentals
    • đŸ‘ī¸How it works? (Fundamentals)
    • đŸ“ēVideo Demos
  • Features
    • đŸ–Ĩī¸We-SaaS Templates
      • Drag&Drop Tailwind Builder
      • Page and Site Templates
      • User Flows
      • Progresive Web App Support
      • Branding and Colors
      • Content Management
      • Dashboards
      • UX Driven Design
    • đŸ˜ī¸Subscription management
      • Stripe Integration
    • đŸ“ĻCentral Stock management
    • đŸ—Ŗī¸We-Social
      • Activity Feeds
      • User Profiles
      • Real Time Users Chat
      • Activity Logs
    • 🛒Products
      • Product Types
      • Thank You Pages
      • After Purchase Actions
    • â˜ī¸Analytics and SEO
      • 📊Plausible Analytics
    • đŸ›Šī¸WeLogin - Auth + Social
      • 🔗Login With Facebook
      • 🔗Login With Google
    • 🌐Social Commerce
      • 👕Google Merchant Center
      • 📲Instagram + Facebook Shop
      • 🔃WooCommerce Sync
    • 👨‍đŸĢCustom Dashoboards
      • 🌉Laravel Nova
    • đŸ‘¯Users, Staff and Permissions
      • 🎭User Impersonation
    • Contact Forms
  • Integrations
    • đŸŸĒWooCommerce
      • âšĒWordPress Plugin
    • đŸŸĸMailerlite
      • đŸ“ŦMailerSend
    • đŸĻ“Stripe
      • Stripe Checkout
      • Stripe Customer Portal
      • STRIPE Terminal (POS)
      • Stripe test mode settings
    • đŸ—“ī¸Calendly
    • 🌈Google
      • 📈Google Analytics
      • đŸ—‚ī¸Google Workspace (Drive + Calendar)
  • Payment and Chekout
    • Stripe Checkout
      • Stripe Checkout (Advanced)
      • Stripe Connect
    • WeSaaS Hosted Checkout
    • WeSaaS Hosted Invoices
    • Extra options (on-request)
      • Custom integrations
      • Bank Transfer
      • Paysera Checkout
  • 🎨Theme SKD
  • Developers
    • đŸ—ī¸Theme SDK
      • Child Themes
      • Flyout Panels
      • Hero
      • we-horizontal-slider
      • We-SaaS Features
        • Subscription Plans Management - Demo
        • Categories Management - Demo
    • đŸˇī¸White-Label Options
    • 🔄REST API (WIP)
      • Plans
      • Orders
      • Blog + Custom Post Types
      • Users & Auth
        • Account Settings
        • Staff Settings
      • Pages
      • Categories
      • Products
        • Categories And Attributes
    • 🏁Jobs and Queues
Powered by GitBook
On this page
  • Branding and Colors
  • Offline mode support
  • Push Notifications (Desktop + Android)

Was this helpful?

Export as PDF
  1. Features
  2. We-SaaS Templates

Progresive Web App Support

PWA Setup and branding options.

We-SaaS integrates PWA Support for:

'manifest' => [
        'name' => env('APP_NAME', 'My PWA App'),
        'short_name' => 'PWA',
        'start_url' => '/',
        'background_color' => '#ffffff',
        'theme_color' => '#000000',
        'display' => 'standalone',
        'orientation' => 'any',
        'status_bar' => 'black',
        'icons' => [
            '72x72' => [
                'path' => '/images/icons/icon-72x72.png',
                'purpose' => 'any'
            ],
            '96x96' => [
                'path' => '/images/icons/icon-96x96.png',
                'purpose' => 'any'
            ],
            '128x128' => [
                'path' => '/images/icons/icon-128x128.png',
                'purpose' => 'any'
            ],
            '144x144' => [
                'path' => '/images/icons/icon-144x144.png',
                'purpose' => 'any'
            ],
            '152x152' => [
                'path' => '/images/icons/icon-152x152.png',
                'purpose' => 'any'
            ],
            '192x192' => [
                'path' => '/images/icons/icon-192x192.png',
                'purpose' => 'any'
            ],
            '384x384' => [
                'path' => '/images/icons/icon-384x384.png',
                'purpose' => 'any'
            ],
            '512x512' => [
                'path' => '/images/icons/icon-512x512.png',
                'purpose' => 'any'
            ],
        ],
        'splash' => [
            '640x1136' => '/images/icons/splash-640x1136.png',
            '750x1334' => '/images/icons/splash-750x1334.png',
            '828x1792' => '/images/icons/splash-828x1792.png',
            '1125x2436' => '/images/icons/splash-1125x2436.png',
            '1242x2208' => '/images/icons/splash-1242x2208.png',
            '1242x2688' => '/images/icons/splash-1242x2688.png',
            '1536x2048' => '/images/icons/splash-1536x2048.png',
            '1668x2224' => '/images/icons/splash-1668x2224.png',
            '1668x2388' => '/images/icons/splash-1668x2388.png',
            '2048x2732' => '/images/icons/splash-2048x2732.png',
        ],
        'shortcuts' => [
            [
                'name' => 'Shortcut Link 1',
                'description' => 'Shortcut Link 1 Description',
                'url' => '/shortcutlink1',
                'icons' => [
                    "src" => "/images/icons/icon-72x72.png",
                    "purpose" => "any"
                ]
            ],
            [
                'name' => 'Shortcut Link 2',
                'description' => 'Shortcut Link 2 Description',
                'url' => '/shortcutlink2'
            ]
        ],
        'custom' => []
    ]

Coming soon.

Branding and Colors

Offline mode support

Push Notifications (Desktop + Android)

PreviousUser FlowsNextBranding and Colors

Last updated 3 years ago

Was this helpful?

đŸ–Ĩī¸