Skip to content

Commit 40e2a3f

Browse files
committed
Add App Store marketing content and screenshots
Prepare App Store Connect content for the Cache Status Safari extension. Includes: - App description - Feature highlights - Supported CDN list - Privacy statement - Keywords - Review notes - Screenshots in light and dark modes This enables submission to the App Store and provides clear, concise information for potential users.
1 parent 4c64415 commit 40e2a3f

3 files changed

Lines changed: 80 additions & 0 deletions

File tree

assets/app_store.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# App Store Content
2+
3+
Copy-paste content for App Store Connect.
4+
5+
---
6+
7+
## App Information
8+
9+
**Name:** Cache Status
10+
11+
**Subtitle:** CDN cache status for Safari
12+
13+
---
14+
15+
## Description
16+
17+
```
18+
Instantly see if a webpage is served from CDN cache or fetched from the origin server. Cache Status displays a badge in Safari's toolbar showing HIT, MISS, or other cache states at a glance.
19+
20+
Perfect for web developers, DevOps engineers, and anyone who wants to understand how CDNs serve their content.
21+
22+
FEATURES
23+
24+
• Toolbar badge with cache status (HIT/MISS) for every page
25+
• Detailed popup with cache headers and response metadata
26+
• Performance metrics: TTFB, DNS, TLS, download time, transfer size
27+
• Edge location mapping – see which CDN POP served your request
28+
• Dark mode support
29+
30+
SUPPORTED CDNs
31+
32+
• Cloudflare
33+
• Amazon CloudFront
34+
• Fastly
35+
• Akamai
36+
• Bunny CDN
37+
• Varnish
38+
• Any CDN using standard x-cache headers
39+
40+
PRIVACY FIRST
41+
42+
Cache Status processes everything locally in your browser. No data is collected, stored, or transmitted.
43+
```
44+
45+
---
46+
47+
## Keywords
48+
49+
```
50+
cdn,cache,cloudflare,cloudfront,fastly,akamai,developer,webdev,headers,performance,safari
51+
```
52+
53+
---
54+
55+
## What's New
56+
57+
Copy from `RELEASE_NOTES.md` for the current version.
58+
59+
---
60+
61+
## App Review Notes
62+
63+
```
64+
This is a Safari Web Extension for developers. It displays HTTP cache headers
65+
(like x-cache, cf-cache-status) in a popup when clicking the toolbar icon.
66+
67+
To test:
68+
1. Enable the extension in Safari → Settings → Extensions
69+
2. Visit any website using a CDN (e.g., cloudflare.com, github.com)
70+
3. Click the Cache Status icon in the toolbar
71+
4. The popup shows cache status and headers
72+
73+
No account or login required.
74+
```
75+
76+
---
77+
78+
## Screenshots
79+
80+
*(Add screenshot files here)*

assets/appstore-dark.png

1.27 MB
Loading

assets/appstore-light.png

1.15 MB
Loading

0 commit comments

Comments
 (0)