blob: 83171f9f6e451cd2c7b00578cc1eb0597c8de51b [file] [log] [blame]
avm99963847ee632019-03-27 00:57:44 +01001{
2 "manifest_version": 2,
avm99963c2e7db32019-03-27 23:49:05 +01003 "name": "Infinite Scroll in TW",
avm999635fea42f2019-03-27 23:52:56 +01004 "version": "0.0.4",
avm99963c2e7db32019-03-27 23:49:05 +01005 "description": "Get infinite Scroll in the Google Forums and the Community Console",
avm99963847ee632019-03-27 00:57:44 +01006 "icons": {
avm99963d8498752019-03-27 01:09:56 +01007 "512": "icons/512.png",
8 "128": "icons/128.png"
avm99963847ee632019-03-27 00:57:44 +01009 },
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*"],
avm99963c2e7db32019-03-27 23:49:05 +010017 "js": ["forum_inject.js"]
avm99963847ee632019-03-27 00:57:44 +010018 }
19 ],
20 "permissions": [
21 "https://support.google.com/s/community*",
22 "https://support.google.com/*/threads*"
23 ]
avm999636a7cbcb2019-03-27 01:16:28 +010024}