-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
29 lines (29 loc) · 983 Bytes
/
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
{
"name": "Microsoft Rewards Collector",
"version": "1.6.2",
"manifest_version": 3,
"description": "An extension to automatically collect MS Reward points. This is a user-made extension and its NOT made by Microsoft",
"icons": {
"48": "icons/icona_rewards_nuovo.png"
},
"content_scripts":[
{
"matches":["https://rewards.bing.com/*"],
"js": ["javascript/mainPage.js"]
},
{
"matches":["https://www.bing.com/*form=ML28*",
"https://www.bing.com/*FORM=ML2*", "https://www.bing.com/*form=ML2*"],
"js": ["javascript/focusPage/instaClose.js"]
},
{
"matches":["https://www.bing.com/*form=ML17*","https://www.bing.com/*FORM=ML17*"],
"js":["javascript/focusPage/survey.js"]
},
{
"matches":["https://www.bing.com/*form=ML12*","https://www.bing.com/*FORM=ML12*",
"https://www.bing.com/*form=ML15*","https://www.bing.com/*FORM=ML15*"],
"js":["javascript/focusPage/quiz.js"]
}
]
}