blob: aca337d8c52d78f278e115e7b024009c32d10c51 [file] [log] [blame]
avm99963847ee632019-03-27 00:57:44 +01001{
2 "manifest_version": 2,
3 "name": "Infinite Scroll in Tailwind",
4 "version": "0.0.1",
5 "description": "Get infinite Scroll in Tailwind and the Community Console",
6 "icons": {
7 "512": "icons/512.png"
8 },
9 "content_scripts": [
10 {
11 "matches": ["https://support.google.com/s/community*"],
12 "js": ["console_inject.js"]
13 },
14 {
15 "matches": ["https://support.google.com/*/threads*"],
16 "js": ["tailwind_inject.js"]
17 }
18 ],
19 "permissions": [
20 "https://support.google.com/s/community*",
21 "https://support.google.com/*/threads*"
22 ]
23}