-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
131 lines (131 loc) · 4.1 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "Firastar",
"version": "0.1.0",
"description": "Write your best with Firastar for Browser.",
"content_scripts": [
{
"all_frames": true,
"exclude_matches": [
"*://*.atlassian.net/*",
"*://mail.google.com/*",
"*://*.mail.google.com/*",
"*://quora.com/*",
"*://*.quora.com/*",
"*://*.slack.com/*",
"*://paper.dropbox.com/*",
"*://*.paper.dropbox.com/*",
"*://*.blackboard.com/*",
"*://*.blogger.com/*",
"*://publish.buffer.com/*",
"*://*.publish.buffer.com/*",
"*://facebook.com/*",
"*://*.facebook.com/*",
"*://calendar.google.com/*",
"*://*.calendar.google.com/*",
"*://keep.google.com/*",
"*://*.keep.google.com/*",
"*://google.com/*",
"*://*.google.com/*",
"*://intercom.io/*",
"*://*.intercom.io/*",
"*://linkedin.com/*",
"*://*.linkedin.com/*",
"*://medium.com/*",
"*://*.medium.com/*",
"*://messenger.com/*",
"*://*.messenger.com/*",
"*://teams.microsoft.com/*",
"*://*.teams.microsoft.com/*",
"*://outlook.live.com/*",
"*://*.outlook.live.com/*",
"*://translate.google.com/*",
"*://*.translate.google.com/*",
"*://reddit.com/*",
"*://*.reddit.com/*",
"*://youtube.com/*",
"*://*.youtube.com/*",
"*://twitter.com/*",
"*://*.twitter.com/*",
"*://*.lightning.force.com/*",
"*://trello.com/*",
"*://*.trello.com/*",
"*://upwork.com/*",
"*://*.upwork.com/*",
"*://tumblr.com/*",
"*://*.tumblr.com/*",
"*://web.whatsapp.com/*",
"*://*.web.whatsapp.com/*",
"*://wix.com/*",
"*://*.wix.com/*",
"*://wordpress.com/*",
"*://*.wordpress.com/*",
"*://*.wordpress.com/*",
"*://*.zendesk.com/*",
"*://wattpad.com/*",
"*://*.wattpad.com/*",
"*://onlinechatdashboard.com/*",
"*://*.onlinechatdashboard.com/*",
"*://wordcounter.net/*",
"*://*.wordcounter.net/*",
"*://fiverr.com/*",
"*://*.fiverr.com/*",
"*://educationperfect.com/*",
"*://*.educationperfect.com/*",
"*://apclassroom.collegeboard.org/*",
"*://*.apclassroom.collegeboard.org/*",
"*://studio.youtube.com/*",
"*://*.studio.youtube.com/*",
"*://chat.google.com/*",
"*://*.chat.google.com/*",
"*://twitch.tv/*",
"*://*.twitch.tv/*",
"*://papago.naver.com/*",
"*://*.papago.naver.com/*",
"*://readworks.org/*",
"*://*.readworks.org/*",
"*://app.nearpod.com/*",
"*://*.app.nearpod.com/*",
"*://mail.aol.com/*",
"*://*.mail.aol.com/*",
"*://github.com/*",
"*://*.github.com/*",
"*://coursera.org/*",
"*://*.coursera.org/*",
"*://commonlit.org/*",
"*://*.commonlit.org/*",
"*://classroom.google.com/*",
"*://*.classroom.google.com/*",
"*://app.seesaw.me/*",
"*://*.app.seesaw.me/*",
"*://forms.office.com/*",
"*://*.forms.office.com/*",
"*://docs.google.com/document/*"
],
"js": [
"content.min.js"
],
"match_about_blank": true,
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"icons": {
"16": "images/logo16.png",
"32": "images/logo32.png",
"48": "images/logo48.png",
"128": "images/logo128.png"
},
"manifest_version": 2,
"web_accessible_resources": [
"*.png",
"*.svg",
"*.jpg",
"*.gif"
],
"permissions": [
"http://*/*",
"https://*/*"
]
}