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": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "0.1.16",
"icons": {
"64": "assets\/page-agent-64.png"
},
"default_locale": "en",
"homepage_url": "https:\/\/alibaba.github.io\/page-agent\/",
"permissions": [
"tabs",
"tabGroups",
"sidePanel",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "__MSG_extActionTitle__"
},
"web_accessible_resources": [
{
"resources": [
"main-world.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"js": [
"content-scripts\/content.js"
]
}
]
}