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": "PxtoRem",
"version": "0.0.3",
"manifest_version": 2,
"description": "Convert pixel units to rem",
"icons": {
"16": "icons\/icon-16.png",
"128": "icons\/icon-128.png"
},
"default_locale": "en",
"permissions": [
"storage"
],
"browser_action": {
"default_icon": {
"19": "icons\/icon-19.png",
"38": "icons\/icon-38.png"
},
"default_title": "Px to rem",
"default_popup": "popup.html"
}
}