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 language fix",
"short_name": "reveddit lang",
"description": "Allows reveddit.com to work properly when the browser\/OS language is not set to english.",
"version": "0.0.0.3",
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/*.reveddit.com\/*",
"https:\/\/*.reddit.com\/*"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.reveddit.com\/*"
],
"js": [
"content.js"
]
}
],
"manifest_version": 2
}