keneci Network
News • Comedy • Science & Tech
PWAs: Will The Web-based Apps End Big Tech App Store Tyranny?
July 12, 2024
post photo preview

Progressive Web App(PWA) is basically a website built to function as a native desktop software or mobile app. The main advantage of a PWA is that it is apps store-independent and cross-platform.

Opening a PWA-optimized website like 'Gab.com' for example, on a standards-compliant browser like Brave would immediately trigger an instal prompt on the top-right corner of the browser window within the address bar.

On mobile browsers, the PWA prompt may be 'install Gab' or 'add Gab' [to the homescreen]. In the absence of the prompt, just adding the website to the homescreen will do the trick.

Once installed, the PWA functions more like a native app. This circumvents app stores like Google Play and Apple's App Store where free speech apps like Gab are banned.

Other browsers that support PWA include Gab's own Dissenter, Microsoft Edge, Google chrome, Apple's safari and Opera mobile. PWAs are supported on Windows 10, android and iOS.

For a website to be a PWA, it must run on certain core web technology components. And while User Interface frameworks like Angular and React support and have all the components for PWAs, it is important to note that PWAs are not framework-dependent.

PWAs store data as HTML files, use CSS and images from the browser cache which makes them load faster and also work offline by utilizing a specific set of components.

Critical components of a PWA includes Service worker, JSON manifest, App shell and other tools that continue to be added as UI frameworks and standards evolve.

A service worker is a type of web worker. It’s a JavaScript file that runs separately from the main browser thread, intercepts network requests, caches, and delivers push messages. If there is no network connection, a service worker will pull data from the cache using the browser’s cache API.

JSON manifest is a file that contains metadata of the app describing the UI. The manifest controls whether the app will have a more native rendering, the icon to be displayed on the home screen when installed, the orientation, the full-screen rendering, and so on. The manifest is responsible for creating an app-like experience.

App shell is the container where the data is stored. The app shell architecture consists of HTML, CSS, and JavaScript and allows some lightweight settings to be quickly loaded during the first visit, which reduces the time required the first time the PWA is launched. The app shell is responsible for the UX of the PWA.

Note that PWA components are based on common and open web technologies, hence keeping the development independent of any one app store software development kit(or SDK).

Google and Microsoft are working together to support the PWA ecosystem. Google has been adding PWA components -- like workbox, chrome Devtools and lighthouse -- to their UI frameworks.

The technologies behind PWAs are not new. Steve Jobs tried this in 2007 with HTML5-based standard for web apps on iphones. Apple later changed course with the introduction of iOS SDK.

Web technology development has since advanced, and JavaScript is becoming a computational power. Most PWAs are more feature-rich than their traditional native counterparts.

Advocates claim that with PWAs, smartphone users don't need to worry about app updates and storage space; and developers don't have to grovel to the big tech app store duopoly of Apple and Google, to distribute their PWAs. Gab social and other apps banned from Play store and App Store, are taking advantage of PWAs to great success.

Ironically, the tech giants are embracing PWAs, probably for different reasons and the fact that the general trend is towards 'stream everything.'

ZDNet's Mary Jo Foley reported last year that Microsoft is building an Azure-powered 'Cloud PC' service to be launched this year. With such service, Windows 10 operating system users can access and interact with the OS via a browser, making windows 10 accessible on any 'thin client.' A windows 10 PWA on android, iOS or Mac can give one access to the OS without having to worry about updates and graphics power of your device. The crunching of data is done behind the scenes on Microsoft servers.

Microsoft has also released popular apps like Office and outlook as PWAs. The tech giant accepts PWAs from developers who wish to distribute via their windows 10 app store.

Google has released their popular services as PWAs. These include YouTube music, map, photos, Drive, Keep and stadia. Google Play store also supports PWAs. Twitter Lite is a PWA.

With gaming being the only holdout for now in the 'stream everything' race, it may not be too optimistic to say that in 5 to 10 years, the tyrannical regime of the app store duopoly -- Google and Apple -- will be have ended. Though they obviously will not go down without a fight.

community logo
Join the keneci Network Community
To read more articles like this, sign up and join my community today
0
What else you may like…
Videos
Posts
Articles
SpaceX Starlink Internet Satellites

With Starlink internet, data is continuously being sent between a ground dish and a Starlink satellite orbiting 550km above. Furthermore, the Starlink satellite zooms across the sky at 27,000 km/hr! MORE VIDEOS ON KENECI NETWORK RUMBLE CHANNEL: https://rumble.com/c/Keneci

00:28:08
Elon Musk, DOGE Speak On Waste And Fraud

US Department of Government Efficiency Services (USDS) led by Elon Musk speak on the "mind-boggling" fraud and waste in UInited States federal government

00:00:45
January 17, 2025
SpaceX Launches Starship 7th Test Flight

SpaceX successfully executed its second-ever “chopsticks” catch of a Super Heavy booster (or Booster 14) using the “Mechazilla” launch tower on Thursday(Jan. 16), during the seventh uncrewed test flight of the company's 123-meter Starship rocket. However, the megarocket's upper stage(or Ship 33) was lost approximately 8.5 minutes into the flight in a “rapid unscheduled disassembly(RUD)” or explosion

00:10:30
Welcome to Keneci Network!

Join the conversations!

December 09, 2025
Bitcoin White Paper By Satoshi Nakamoto

Bitcoin white paper

Bitcoin_White_Paper.pdf
September 17, 2024
Charges Against Sean 'Diddy' Combs In Grand Jury Indictment

The rapper was charged with racketeering conspiracy, sex trafficking by force, fraud or coercion, and transportation to engage in prostitution in the indictment unsealed Tuesday(Sept. 17)

Combs-Indictment-24-Cr.-542.pdf
post photo preview
X Open Sources 'For You' Ranking Algorithm, Shadowban Signals: 'Seeking Criticisms To Improve'

X significantly expanded its open-source initiative by releasing the complete source code for its "For You" ranking engine and core filtering systems on GitHub under the Apache v2 license.

Simultaneously, the platform launched a new "Under the Hood" transparency tool within app settings, allowing users to download a JSON file revealing if their account or posts have been assigned visibility-limiting labels (often referred to as shadowbans) over the past month.

Thursday's release includes model configurations, filter logic, and ranking parameters, enabling developers to run the Phoenix scoring system independently to verify how content is suppressed or promoted.

The open-sourced code confirms that the "For You" feed relies on a Grok-based transformer model to rank content, blending roughly 50% in-network posts (from followed accounts) with 50% out-of-network recommendations.

The 2026 update reveals a strict engagement hierarchy where Replies carry the most weight, followed by Reposts, then Likes, while posts containing external links are systematically deprioritized to keep users on the platform. Additionally, the code exposes a visibility multiplier for X Premium subscribers, which boosts their distribution frequency and position in feeds compared to non-paying users.

The new shadowban detection feature is initially piloting with accounts older than one year that have posted at least 10 times in the last month, providing raw data that users can analyze via LLMs against the public codebase.

Elon Musk and X's VP of Product Keith Coleman framed this move as a method to let users verify fairness themselves, with Coleman noting that external researchers have already successfully trained and run the scoring system using the provided code. The repository allows for community pull requests to suggest improvements.

"In making 𝕏 open source, we are actively seeking criticism to improve fairness and quality of algorithmic recommendations," Musk wrote on X.

Read full Article
post photo preview
CIA Doubted Israeli Tip About Iranian Assassination Threat Against Trump That Prompted Plane Switch In Turkey

The CIA and other U.S. intelligence officials held "low confidence" in Israeli-derived intelligence warning of an Iranian assassination plot against President Donald Trump, yet the Secret Service executed a covert plane swap in Turkey on July 8, 2026, as a precaution.

The incident occurred following the NATO Summit in Ankara, where Trump was secretly moved from a legacy Air Force One to a smaller C-32A military aircraft using a catering truck for transfer, while the original plane departed as a decoy.

CIA analysts described the threat as "Israeli-derived, not U.S.-generated" and deemed the information "not compelling enough" to confirm a specific danger. Some U.S. officials suspect the warning may have been intended to influence Trump's decision-making regarding Middle East policy rather than solely to inform him of a genuine threat.

Despite this skepticism, the Secret Service proceeded with the elaborate deception operation due to the high stakes involved, citing three previous near-miss assassination attempts against the president during his campaign and term. Secretary of State Marco Rubio was briefed on both the intelligence and the operational plan but reportedly remained on the decoy aircraft.

This episode highlights a growing divergence in intelligence assessment between the U.S. and Israel, with former officials noting a pattern where Israeli reporting is sometimes viewed as designed to shape presidential actions. The White House has declined to detail the specific intelligence, saying only that the president faces numerous threats.

Read full Article
post photo preview
Grok Bots: Elon Musk's SpaceXAI Launches Digital AI Coworkers

SpaceXAI (formerly xAI and Cursor) launched Grok Bot in early beta late Tuesday, as a joint product preceding the full merger of the two companies. With an impressive slick UX design, Grok Bot acts as an enterprise-focused suite of persistent, always-on AI agents designed to act as digital coworkers rather than traditional chat prompts.

Users interact with Grok Bots as they would a human coworker via desktop or mobile apps.

Every Grok Bot gets its own cloud-hosted computer environment (a virtual machine). This allows them to operate 24/7 without stalling or relying on your local machine being powered on. Equipped with a browser, filesystem, and terminal, instead of relying strictly on formal APIs or webhooks, the bots can sign into third-party apps, emails, and websites just like a human user.

Bots complete multi-step workflows end-to-end without requiring clean APIs or MCP integrations, returning only when human approval is needed. Users can complete a task once while letting a Grok Bot observe the workflow. The bot saves the procedure as a repeatable routine, learn user preferences (such as writing style), and executes it autonomously on a schedule or trigger.

Users can deploy multiple specialized bots that share the same cloud environment, messaging each other in threads or group chats to handle complex, parallel tasks such as a Chief of Staff bot managing specialized lane bots for sales outreach, bug triage, expenses, or operations. The bots pass context and coordinate among themselves, bringing humans in only for final sign-offs or high-level judgment calls.

Unlike traditional automation tools that require complex setup, Grok Bot allows users to assign tasks via natural language chat, leveraging its ability to learn from live demonstrations of user behavior.

Initial access is restricted to high-tier subscribers of SuperGrok Heavy, Cursor Ultra, and Cursor Teams Premium. The system is available on macOS, Windows, Linux, and iOS (Android support upcoming), with an enterprise waitlist available for broader organizational deployment. 

Grok Bot was originally developed internally at SpaceXAI to automate routine internal operations, including engineering bug repros, marketing campaigns, customer support, and sales pipeline management. The release represents the company's strategic push beyond consumer LLM chat (Grok models) into enterprise autonomous agent execution—often referred to as "digital labor."

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals