{
  "id": "com.beinspired.app",
  "name": "Binspired",
  "short_name": "Binspired",
  "description": "Share your quote with the world. Explore deep life wisdom, generate customized daily spiritual motivations, follow brilliant minds, and keep your spirits lifted.",
  "categories": ["lifestyle", "education", "books"],
  "start_url": "/",
  "scope": "/",
  "display_override": [
    "standalone",
    "minimal-ui",
    "window-controls-overlay"
  ],
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "dir": "ltr",
  "lang": "en",
  "orientation": "portrait",
  
  "prefer_related_applications": false,
  "iarc_rating_id": "66af1310-bc27-86f6-8440-3f5321822e12",  
  "icons": [
    {
      "src": "app_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot_feed.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Feed and featured quote screen of Binspired"
    },
    {
      "src": "screenshot_wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of Binspired sharing platform and life wisdom"
    },
    {
      "src": "screenshot_motivator.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Motivator feature with customized inspirations"
    },
    {
      "src": "screenshot_submit.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Submit Quote form to share life lessons"
    },
    {
      "src": "screenshot_tokens.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tokens and community reputation dashboard"
    },
    {
      "src": "screenshot_profile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "User profile with follower stats and personal bio"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.beinspired.app",
      "id": "com.beinspired.app"
    }
  ],
  "scope_extensions": [
    { "origin": "https://*.run.app" },
    { "origin": "https://*.google.com" },
    { "origin": "https://be-inspired-1041629690529.us-west1.run.app" },
    { "origin": "https://*.unsplash.com" },
    { "origin": "https://*.facebook.com" },
    { "origin": "https://*.twitter.com" },
    { "origin": "https://*.whatsapp.com" },
    { "origin": "https://*.linkedin.com" }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt", ".md"],
        "application/json": [".json"]
      },
      "icons": [
        {
          "src": "app_icon_192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "widgets": [
    {
      "name": "Daily Inspiration",
      "short_name": "Inspiration",
      "description": "Receive uplifting quotes and wisdom directly on your home screen or widget board.",
      "tag": "daily-quote",
      "template": "wisdom-widget",
      "ms_ac_template": "wisdom-widget.json",
      "data": "/widget-data.json",
      "icons": [
        {
          "src": "app_icon_192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "screenshots": [
        {
          "src": "screenshot_feed.png",
          "sizes": "1080x1920",
          "type": "image/png",
          "label": "Inspiration Widget"
        }
      ]
    }
  ],
  "tab_strip": {
    "home_tab": {
      "scope": "/",
      "icons": [
        {
          "src": "app_icon_192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    "new_tab_button": {
      "url": "/"
    }
  },
  "shortcuts": [
    {
      "name": "Daily Spark",
      "short_name": "Daily Spark",
      "description": "Read today's featured quote",
      "url": "/?shortcut=daily",
      "icons": [
        {
          "src": "app_icon_192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Favorite Quotes",
      "short_name": "Favorites",
      "description": "View your saved lines of wisdom",
      "url": "/?shortcut=favorites",
      "icons": [
        {
          "src": "app_icon_192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+inspired",
      "url": "/?protocol=%s"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "note_taking": {
    "new_note_url": "/?note=new"
  }
}
