-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
79 lines (79 loc) · 2.12 KB
/
Copy pathmanifest.json
File metadata and controls
79 lines (79 loc) · 2.12 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "Shortener",
"description": "A Simple URL shortener that tracks clicks and allows you to retarget those audiences on social networks",
"picture": "picture.png",
"source": "shortener",
"logo": "logo.png",
"version": "0.1.0",
"tags": [
"smart-notifier",
"incoming",
"outgoing",
"batch",
"oneColumn"
],
"settings": [
{
"name": "facebook_title",
"title": "Your Facebook Pixel",
"description": "Get your Facebook Pixel from the [Ads Manager](https://www.facebook.com/ads/manager/pixel/facebook_pixel) or [create one](https://www.facebook.com/business/help/952192354843755?helpref=faq_content#createpixel).",
"type": "string",
"format": "title"
},
{
"name": "facebook",
"title": "Facebook Pixel ID",
"type": "string",
"format": "string"
},
{
"name": "twitter_title",
"title": "Your Twitter Pixel",
"description": "See [how to create a Twitter pixel](https://business.twitter.com/fr/advertising/campaign-types/increase-website-traffic/how-to-setup-conversion-tracking.html)",
"type": "string",
"format": "title"
},
{
"name": "twitter",
"title": "Twitter Pixel ID",
"type": "string",
"format": "string"
},
{
"name": "google_title",
"title": "Your Google Pixel",
"description": "See [how to create a Google Pixel](https://adwords.google.com/cm/CampaignMgmt)",
"type": "string",
"format": "title"
},
{
"name": "google",
"title": "Google Pixel ID",
"type": "string",
"format": "string"
},
{
"name": "linkedin_title",
"title": "Your Linkedin Pixel",
"description": "See [how to create a Linkedin Pixel](https://www.linkedin.com/ad/accounts)",
"type": "string",
"format": "title"
},
{
"name": "linkedin",
"title": "Linkedin Pixel ID",
"type": "string",
"format": "string"
}
],
"private_settings": [],
"resources": [],
"readme": "readme.md",
"admin": "admin.html",
"ui": false,
"subscriptions": [
{
"url": "/smart-notifier"
}
]
}