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",
"manifest_version": 2,
"version": "0.0.1",
"background": {
"scripts": [
"js\/background-bundle.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.theatlantic.com\/*"
],
"run_at": "document_end",
"js": [
"js\/content_script-bundle.js"
]
}
],
"description": "An extension to show you textual biases in digital media.",
"name": "Textra",
"permissions": [
"http:\/\/144.126.216.179:8001\/"
]
}