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,
"default_locale": "en",
"name": "__MSG_appName__",
"version": "1.2.17",
"description": "__MSG_appDesc__",
"permissions": [
"contextMenus",
"storage"
],
"host_permissions": [
"https:\/\/npiregistry.cms.hhs.gov\/api\/*"
],
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "32.png"
},
"icons": {
"32": "32.png",
"48": "48.png",
"64": "64.png",
"128": "128.png"
},
"content_scripts": [],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"assets\/svg\/*.svg",
"icon.svg"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}