avm99963 | 847ee63 | 2019-03-27 00:57:44 +0100 | [diff] [blame] | 1 | { |
| 2 | "manifest_version": 2, |
| 3 | "name": "Infinite Scroll in Tailwind", |
avm99963 | d849875 | 2019-03-27 01:09:56 +0100 | [diff] [blame^] | 4 | "version": "0.0.2", |
avm99963 | 847ee63 | 2019-03-27 00:57:44 +0100 | [diff] [blame] | 5 | "description": "Get infinite Scroll in Tailwind and the Community Console", |
| 6 | "icons": { |
avm99963 | d849875 | 2019-03-27 01:09:56 +0100 | [diff] [blame^] | 7 | "512": "icons/512.png", |
| 8 | "128": "icons/128.png" |
avm99963 | 847ee63 | 2019-03-27 00:57:44 +0100 | [diff] [blame] | 9 | }, |
| 10 | "content_scripts": [ |
| 11 | { |
| 12 | "matches": ["https://support.google.com/s/community*"], |
| 13 | "js": ["console_inject.js"] |
| 14 | }, |
| 15 | { |
| 16 | "matches": ["https://support.google.com/*/threads*"], |
| 17 | "js": ["tailwind_inject.js"] |
| 18 | } |
| 19 | ], |
| 20 | "permissions": [ |
| 21 | "https://support.google.com/s/community*", |
| 22 | "https://support.google.com/*/threads*" |
| 23 | ] |
| 24 | } |