forked from tomatophp/filament-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
29 lines (29 loc) · 1.08 KB
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "FilamentSeo",
"alias": "filament-seo",
"description": {
"ar": "Manage and generate SEO tags and integrate your website with Google SEO services",
"en": "Manage and generate SEO tags and integrate your website with Google SEO services",
"gr": "Manage and generate SEO tags and integrate your website with Google SEO services",
"sp": "Manage and generate SEO tags and integrate your website with Google SEO services"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentSeo\\FilamentSeoServiceProvider"
],
"files": [],
"title": {
"ar": "SEO Manager",
"en": "SEO Manager",
"gr": "SEO Manager",
"sp": "SEO Manager"
},
"color": "#007dff",
"icon": "heroicon-c-magnifying-glass",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-seo/master/arts/3x1io-tomato-seo.jpg",
"type": "plugin",
"version": "v1.0.0",
"github" : "https://github.com/tomatophp/filament-seo",
"docs" : "https://github.com/tomatophp/filament-seo"
}