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": "PX To REM",
"version": "1.3",
"manifest_version": 3,
"default_locale": "en",
"description": "Convert rem to px and vice versa with the PX To REM Chrome Extension. Easily calculate values 16 px in rem for responsive design.",
"icons": {
"128": "icon128.png"
},
"action": {
"default_icon": "icon128.png",
"default_title": "PX to REM",
"default_popup": "pxtorem.html"
},
"background": {
"service_worker": "background.js"
}
}