-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
29 lines (29 loc) · 2.54 KB
/
config.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
{
"jActionPath" :"https://jaction.org/jActionDev/jaction",
"jActionFwPath" :"https://jaction.org/jActionDev/jaction-framework",
"rootPath" :"",
"absRootPath" :"https://jaction.org/jActionEditorDev",
"gatewayPath" :"jaction-api-rpc-php/",
"domain" :"https://jaction.org",
"jActionSkin" :"JActionChromeSkin",
"frameworkSkin" :"JActionFrameworkSkin",
"title" :"jActionEditor - Layout Designer",
"version" :"1.0.3",
"lang" :"es-ES",
"customData" :{"noReplyMail":"no-reply@yourdomain.com"},
"metas" :[
["Content-Security-Policy", "default-src 'none'; media-src https://jaction.org; manifest-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; worker-src 'self' data:; style-src 'self' 'unsafe-inline'; img-src 'self' blob: data:; object-src 'self' blob: data:; frame-src 'self' blob: data:; child-src 'self' data:; font-src 'self' data:; connect-src 'self'",null],
["apple-touch-icon" , "assets/favicons/apple-touch-icon.png" , {"sizes":"180x180"} ],
["icon" , "assets/favicons/favicon-32x32.png" , {"type" :"image/png", "sizes":"32x32"}],
["icon" , "assets/favicons/favicon-16x16.png" , {"type" :"image/png", "sizes":"16x16"}],
["mask-icon" , "assets/favicons/safari-pinned-tab.svg" , {"color":"#5bbad5"} ],
["shortcut icon" , "assets/favicons/favicon.ico" , null ],
["manifest" , "assets/favicons/site.webmanifest" , null ],
["msapplication-config" , "assets/favicons/browserconfig.xml" , null ],
["Content-Type" , "text/html; charset=utf-8" , null ],
["theme-color" , "#ffffff" , null ],
["viewport" , "width=device-width, initial-scale=1.0" , null ],
["description" , "jActionEditor", null ],
["author" , "Javier Vicente MEDINA - giskard2010@hotmail.com", null ]
]
}