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",
"version": "5.4.1",
"manifest_version": 3,
"name": "Produktly - Product tour builder",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-32x32.png"
},
"permissions": [
"storage"
],
"icons": {
"192": "android-chrome-192x192.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"android-chrome-192x192.png",
"icon-32x32.png"
],
"matches": []
}
]
}