Submit Cigar App

Information:

To ensure compatibility and optimal performance, all icons and screenshots should be directly added to the manifest file of your PWA. We only accept cigar-related PWAs - this excludes cigarette, vaping, and similar non-cigar apps.

To allow for an experience similar to popular app stores, a small script can be added to your PWA. To learn about the requirements and how to install the script, visit our help center.

Currently, all submitted apps are manually published by our team to the public database. We handle the publishing process to maintain quality control and ensure that only approved apps are listed.

If you encounter any difficulties while submitting your PWA, please don't hesitate to reach out to us via email. We are here to assist you and resolve any issues you may encounter during the submission process.

If you need to make changes or request the removal of your app from our platform, please contact us via email. We will promptly address your request and assist you accordingly.

Contact:

For any questions or inquiries, feel free to contact us. If you need assistance updating your manifest, please contact us.

Additional Help:

How to include screenshots in your manifest file:

To include screenshots in your manifest file, you can use the "screenshots" property. This property allows you to provide an array of image URLs representing the screenshots of your PWA. Here's an example of how a valid manifest file with screenshots can look:


{
  "name": "Your PWA Name",
  "short_name": "Short Name",
  "description": "Description of your PWA",
  "icons": [
      {
        "src": "icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "icon-512x512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
  ],
  "screenshots": [
      "screenshot-1.png",
      "screenshot-2.png",
      "screenshot-3.png"
  ],
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000"
}
                

In the above example, you can replace "screenshot-1.png", "screenshot-2.png", and "screenshot-3.png" with the URLs of your actual screenshots. Make sure the URLs are accessible and represent the desired screenshots of your PWA.

We reserve the right to save the app's icon and screenshots provided during the submission process. These assets may be used to create a banner image for recommended apps when necessary. It is important to note that additional information regarding the handling of personal data can be found in the privacy policy.

If you have any further questions or need assistance, please feel free to contact us.