Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_description__",
"version": "1.3.1",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"default_locale": "en_US",
"permissions": [
"storage",
"alarms"
],
"incognito": "spanning",
"host_permissions": [
"https:\/\/rate-api.oeo.li\/"
],
"action": {
"default_title": "Currency Converter Plus",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
}
}