Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "reveddit quarantined",
"short_name": "reveddit q",
"description": "Allows quarantined content to be viewed on reveddit.",
"version": "0.0.0.3",
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/*.reddit.com\/*",
"https:\/\/*.reveddit.com\/*"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.reveddit.com\/*"
],
"css": [
"content.css"
],
"js": []
}
],
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2
}