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",
"name": "Product Fruits Editor",
"description": "Product Fruits tours, hints and events editor.",
"version": "1.5.22",
"manifest_version": 3,
"action": {
"default_popup": "legacy\/popup.html",
"default_title": "Edit and preview Product Fruits content in your application."
},
"icons": {
"32": "legacy\/pf_ico_32.png",
"48": "legacy\/pf_ico_48.png",
"64": "legacy\/pf_ico_64.png",
"128": "legacy\/pf_ico_128.png"
},
"permissions": [
"sidePanel",
"storage",
"activeTab",
"scripting",
"declarativeNetRequest",
"offscreen"
],
"host_permissions": [
"https:\/\/my.productfruits.com\/",
"https:\/\/app.productfruits.com\/",
"https:\/\/localhost:44384\/",
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"*.woff",
"legacy\/selector-panel.html",
"legacy\/item-detail-panel.html",
"legacy\/dialog-layer.html",
"legacy\/tutorial-layer.html",
"legacy\/aigen-layer.html",
"legacy\/pf-scripts\/**\/*",
"legacy\/3rdparty\/**\/*",
"legacy\/static\/**\/*",
"legacy\/assets\/**\/*",
"legacy\/fonts\/**\/*",
"aistudio\/images\/*",
"aistudio\/app.html",
"aistudio\/*.js",
"aistudio\/*.css"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"legacy\/assets\/test.png"
],
"matches": [
"*:\/\/my.productfruits.com\/*",
"*:\/\/localhost\/*",
"*:\/\/app.productfruits.com\/*",
"*:\/\/my.ohio.pf.dev\/*",
"*:\/\/my-pr.ohio.pf.dev\/*",
"*:\/\/my-pr2.ohio.pf.dev\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/app.productfruits.com\/*",
"*:\/\/my.productfruits.com\/*",
"*:\/\/my.ohio.pf.dev\/*",
"*:\/\/my-pr.ohio.pf.dev\/*",
"*:\/\/my-pr2.ohio.pf.dev\/*"
]
},
"background": {
"service_worker": ".\/service-worker\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
".\/legacy\/static\/js\/contentCommunicatorIsolated.js",
".\/aistudio\/content.js"
]
}
]
}