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": "Extension Manager",
"short_name": "Extension Manager",
"description": "Manage and control your browser extensions more easily",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"16": "assets\/icons\/icon-16.png",
"38": "assets\/icons\/icon-32.png",
"128": "assets\/icons\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"\/assets\/js\/angular.min.js",
"\/assets\/js\/main.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"management",
"storage"
],
"action": {
"default_icon": "\/assets\/icons\/icon-20.png",
"default_popup": "popup.html"
}
}