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": "Auv Create Engagement Helper",
"description": "Help you to create Auv Engagement easier",
"version": "1.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": ".\/images\/icon-16.png",
"32": ".\/images\/icon-32.png",
"48": ".\/images\/icon-48.png",
"64": ".\/images\/icon-64.png",
"128": ".\/images\/icon-128.png"
},
"default_title": "On Portfolio page or when in any Engagement creation step, click this icon or press Ctrl + Q (or Ctrl + B for Microsoft Edge) to fill all data automatically - By Nhan Phan"
},
"icons": {
"16": ".\/images\/icon-16.png",
"32": ".\/images\/icon-32.png",
"48": ".\/images\/icon-48.png",
"64": ".\/images\/icon-64.png",
"128": ".\/images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/portfolio",
"*:\/\/*\/portfolio\/",
"*:\/\/*\/portfolio\/*"
],
"js": [
"index.js"
],
"run_at": "document_start"
}
],
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"*:\/\/*\/portfolio",
"*:\/\/*\/portfolio\/",
"*:\/\/*\/portfolio\/*"
]
}