Fixes: 1. media.ts: wrap placeholder generation in try-catch 2. toolbar.ts: check r.ok, display error message in popover
11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"id": "helpful-seo-tool",
|
|
"version": "1.0.0",
|
|
"capabilities": ["read:content", "network:fetch"],
|
|
"allowedHosts": ["seo-api.example.com"],
|
|
"storage": {},
|
|
"hooks": ["content:afterSave"],
|
|
"routes": [],
|
|
"admin": {}
|
|
}
|