Pail/manifest.json

20 lines
444 B
JSON
Raw Normal View History

2018-04-25 10:43:21 -04:00
{
"name": "Old Reddit Redirect",
"description": "Ensure Reddit always loads the old design",
2020-07-18 16:01:51 -04:00
"version": "1.2.0",
2018-04-25 10:43:21 -04:00
"manifest_version": 2,
2021-01-23 08:40:00 -05:00
"background": { "scripts": ["background.js"] },
2018-04-25 10:43:21 -04:00
"icons": {
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://reddit.com/*",
"*://www.reddit.com/*",
"*://np.reddit.com/*",
"*://amp.reddit.com/*"
2018-04-25 10:43:21 -04:00
]
}