Skip to content
Novus Examples

Web assets

The web-assets category ships the supporting files every website and web app carries — the ones you rarely author by hand but constantly need to test against. The favicon set has a multi-resolution .ico, a scalable SVG favicon, and an apple-touch-icon, plus Windows cursor (.cur) samples with real hotspots. The PWA set is a complete web app manifest with a full icon spread (192, 512, and a maskable variant), a cache-first service worker, and a browserconfig.xml tile definition. Social preview cards are rendered at the exact Open Graph (1200×630) and Twitter summary (1200×600) sizes. The crawler set covers robots.txt, an XML sitemap, humans.txt, and ads.txt, and the .well-known set has an RFC 9116 security.txt, an Apple app-site-association file, and an Android assetlinks.json. There's also an SVG symbol sprite paired with its PNG twin. Every file is a realistic, standards-compliant sample against fictional example.com data — for testing crawlers, PWA installers and manifest validators, favicon and icon pipelines, service-worker registration, link-preview generators, and .well-known parsers.

Crawlers

Preview of ads.txt
txt
357 B

ads.txt

An IAB ads.txt listing authorised digital sellers with account IDs and relationships (sample data) — for testing ads.txt parsers and ad-fraud tooling.

Preview of humans.txt
txt
291 B

humans.txt

A humans.txt crediting the people and stack behind a site, in the conventional TEAM/SITE block format — for testing plain-text metadata parsers.

Preview of robots.txt
txt
219 B

robots.txt

A robots.txt with wildcard and per-agent rules, a crawl-delay, and a sitemap reference — for testing robots parsers and crawler policy handling.

Preview of sitemap.xml
xml
734 B

sitemap.xml

An XML sitemap (sitemaps.org 0.9) with loc, lastmod, changefreq, and priority for several URLs — for testing sitemap parsers and crawl-scheduling tools.

Favicons

Well Known

Preview of apple-app-site-association
json
344 B

apple-app-site-association

An Apple app-site-association file declaring Universal Links, web credentials, and app clips — normally served without an extension at /.well-known/, for testing AASA parsers (shown here as .json).

Preview of assetlinks.json (Android)
json
325 B

assetlinks.json (Android)

An Android Digital Asset Links file granting app-link handling to a package via a certificate fingerprint (sample) — for testing assetlinks.json parsers and App Links verification.

Cursors

Pwa

Preview of PWA icon (192×192 PNG)
png
637 B

PWA icon (192×192 PNG)

A 192×192 PNG app icon referenced by the web app manifest (purpose 'any') — for testing PWA icon pipelines and manifest icon resolution.

Preview of PWA icon (512×512 PNG)
png
2.3 KB

PWA icon (512×512 PNG)

A 512×512 PNG app icon referenced by the web app manifest (purpose 'any') — for testing PWA icon pipelines and manifest icon resolution.

Preview of PWA maskable icon (512×512 PNG)
png
2.1 KB

PWA maskable icon (512×512 PNG)

A 512×512 maskable PNG icon with the mark inside the central safe-zone and a full-bleed background — for testing maskable icon cropping across Android adaptive-icon shapes.

Social

Sprites