avm99963 | 847ee63 | 2019-03-27 00:57:44 +0100 | [diff] [blame] | 1 | { |
| 2 | "manifest_version": 2, |
avm99963 | c2e7db3 | 2019-03-27 23:49:05 +0100 | [diff] [blame^] | 3 | "name": "Infinite Scroll in TW", |
avm99963 | 6a7cbcb | 2019-03-27 01:16:28 +0100 | [diff] [blame] | 4 | "version": "0.0.3", |
avm99963 | c2e7db3 | 2019-03-27 23:49:05 +0100 | [diff] [blame^] | 5 | "description": "Get infinite Scroll in the Google Forums and the Community Console", |
avm99963 | 847ee63 | 2019-03-27 00:57:44 +0100 | [diff] [blame] | 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*"], |
avm99963 | c2e7db3 | 2019-03-27 23:49:05 +0100 | [diff] [blame^] | 17 | "js": ["forum_inject.js"] |
avm99963 | 847ee63 | 2019-03-27 00:57:44 +0100 | [diff] [blame] | 18 | } |
| 19 | ], |
| 20 | "permissions": [ |
| 21 | "https://support.google.com/s/community*", |
| 22 | "https://support.google.com/*/threads*" |
| 23 | ] |
avm99963 | 6a7cbcb | 2019-03-27 01:16:28 +0100 | [diff] [blame] | 24 | } |