forked from jamesmortensen/se-flags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
18 lines (18 loc) · 856 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"content_scripts": [ {
"exclude_globs": [ "http://area51.stackexchange.com/*" ],
"exclude_matches": [ ],
"include_globs": [ "http://*.stackoverflow.com/*", "http://stackoverflow.com/*","http://*.serverfault.com/*", "http://serverfault.com/*", "http://*.superuser.com/*", "http://superuser.com/*", "http://*.stackexchange.com/*", "http://mathoverflow.net/*" ],
"js": [ "soflags.user.js" ],
"matches": [ "http://*/*", "https://*/*" ],
"run_at": "document_idle"
} ],
"converted_from_user_script": true,
"description": "Show the number of flags in the Stack Exchange top bar next to the tools link",
"name": "Moderator Experience for Stack Exchange™",
"version": "2.0.2",
"manifest_version": 2,
"icons": { "16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png" }
}