-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
36 lines (36 loc) · 1.15 KB
/
manifest.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
30
31
32
33
34
35
36
{
"name": "Yoopla X",
"version": "1.3",
"description": "Import your Linkedin candidates directly to Yoopla ATS.",
"default_locale": "en",
"manifest_version": 3,
"version_name": "0.0.0.4",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "/images/logo-16x16.png",
"128": "/images/logo-32x32.png",
"32": "/images/logo-128x128.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["popup.js"]
}
],
"host_permissions": [
"http://localhost:3000/*","https://www.yoopla-ats.com/*", "https://www.linkedin.com/*"
],
"permissions": [
"activeTab",
"scripting",
"cookies",
"storage",
"tabs"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkv1AeUOu8va7O4E1kBusuga2MjQz6FRxpb1tMqw5A6KOG/wxUDdhFjw9I6iJhw6tYTtqwJvfHh/V9w/Chst00w+/1cca9blqGi/9xSCKr2/BeU6XWy6dpQq3Prc4HJZVpoJsqip95Wevijs2beBge7elxO0oq9Huaju81R3wZCc40v0xmSr8snF2vtwT5qUjSmw2jaflqZqJ8FiMVseo4OhTz7K20SF8uuxLqVdTdDuXlffR4Kc0ZduX2WCVKLjiDi71p/kisaTGoksSQxaXKnFcGPR68dPCCvnMfWJbEDgd76j83XJ+wYo/xoBNGzK8qL8s47LhPrbKjaEllH3eKwIDAQAB"
}