Commit cbfcb1c
committed
fix(extension): drop unused scripting+activeTab permissions (store rejection)
Chrome Web Store rejected v0.1.0: 'scripting' requested but unused. The
content script is statically declared via content_scripts, and the popup's
sendMessage is covered by host_permissions, so neither scripting nor activeTab
is needed. Narrow permissions to ['storage'] only, bump to v0.1.1, rebuild,
refresh the downloadable zip, and update the privacy page + publishing notes.1 parent c11aa66 commit cbfcb1c
4 files changed
Lines changed: 2 additions & 5 deletions
File tree
- extension
- web
- app/(public)/legal/extension-privacy
- public
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
Binary file not shown.
0 commit comments