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,
"name": "Annotation Generator",
"version": "1.0.1",
"description": "Simplified way for generating Annotations for our cases",
"author": "Rahul R(mzrmm@)",
"action": {
"default_icon": "Logoag128.png",
"default_title": "Annoation_Generator",
"default_popup": "index.html"
},
"icons": {
"128": "Logoag128.png"
},
"host_permissions": [
"https:\/\/paragon-na.amazon.com\/hz\/*",
"https:\/\/paragon-eu.amazon.com\/hz\/*",
"https:\/\/paragon-fe.amazon.com\/hz\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/paragon-na.amazon.com\/hz\/*",
"https:\/\/paragon-eu.amazon.com\/hz\/*",
"https:\/\/paragon-fe.amazon.com\/hz\/*"
],
"run_at": "document_end",
"js": [
"jquery-3.7.1.js",
"content.js"
]
}
]
}