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": 3,
"name": "taxes.fyi",
"version": "1.0",
"description": "Effortlessly see after-tax salary estimates directly on levels.fyi",
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.levels.fyi\/*"
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"48": "images\/icon48.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.levels.fyi\/*"
],
"js": [
"js\/content.js"
]
}
],
"icons": {
"48": "images\/icon48.png"
}
}