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": "Aprimo Tasks",
"version": "0.5",
"description": "This extension is an open-source example of how a developer can leverage Aprimo APIs to show tasks outside Aprimo.",
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/*.aprimo.com\/",
"https:\/\/*.dam.aprimo.com\/"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "login.html",
"default_title": "Aprimo Chrome Extension",
"default_icon": {
"16": "images\/a16.png",
"32": "images\/a32.png",
"48": "images\/a48.png",
"128": "images\/a128.png"
}
},
"icons": {
"16": "images\/a16.png",
"32": "images\/a32.png",
"48": "images\/a48.png",
"128": "images\/a128.png"
},
"options_page": "options.html",
"manifest_version": 3
}