Pail/manifest.json

21 lines
469 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",
"version": "1.1.3",
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/*",
"*://www.reddit.com/*",
"*://np.reddit.com/*",
2018-06-12 05:21:54 -04:00
"*://new.reddit.com/*",
"*://pay.reddit.com/*"
2018-04-25 10:43:21 -04:00
]
}