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": "Microslop",
"description": "An extension that converts Microsoft to Microslop",
"version": "0.0.4",
"short_name": "Microslop",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"64": "icon\/64.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"host_permissions": [
"*:\/\/*\/*"
],
"browser_specific_settings": {
"gecko": {
"id": "microslop@4o4",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"storage"
],
"action": {
"default_title": "Microslop config",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content-scripts\/content.js"
]
}
]
}