Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.6",
"description": "Enables embedding of all webpages in Panda Network websites.",
"name": "Panda Helper",
"manifest_version": 3,
"permissions": [
"alarms",
"storage",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"icons\/16.png"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "\/icons\/icon-16.png",
"48": "\/icons\/icon-48.png",
"128": "\/icons\/icon-128.png"
},
"action": {
"default_icon": {
"19": "\/icons\/icon-19.png",
"38": "\/icons\/icon-38.png"
},
"default_title": "Panda Projects",
"default_popup": "popup\/index.html"
}
}