2018-04-25 10:43:21 -04:00
|
|
|
{
|
|
|
|
"name": "Old Reddit Redirect",
|
|
|
|
"description": "Ensure Reddit always loads the old design",
|
2020-07-16 07:58:24 -04:00
|
|
|
"version": "1.1.5",
|
2018-04-25 10:43:21 -04:00
|
|
|
"manifest_version": 2,
|
|
|
|
"background": {"scripts":["background.js"]},
|
|
|
|
"icons": {
|
|
|
|
"48": "img/icon48.png",
|
|
|
|
"128": "img/icon128.png"
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
|
|
|
"*://reddit.com/*",
|
2018-05-03 09:14:04 -04:00
|
|
|
"*://www.reddit.com/*",
|
|
|
|
"*://np.reddit.com/*",
|
2019-09-11 16:01:44 -04:00
|
|
|
"*://new.reddit.com/*"
|
2018-04-25 10:43:21 -04:00
|
|
|
]
|
|
|
|
}
|