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": "Fohlio Web Clipper",
"short_name": "Fohlio Plugin",
"description": "For interior and architecture designers to clip the product information from web to their specification list.",
"version": "2.9.11",
"author": "Fohlio Inc",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"permissions": [
"scripting",
"alarms",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "Smart extraction of product specification for your design project",
"default_icon": {
"16": "images\/icon-16.png"
}
},
"content_scripts": [
{
"all_frames": true,
"css": [
"styles\/app.css"
],
"js": [
"scripts\/browser-polyfill.js",
"scripts\/page.js"
],
"matches": [
"<all_urls>"
]
}
],
"web_accessible_resources": [
{
"resources": [
"plugin.html",
"scripts\/app.js",
"scripts\/browser-polyfill.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}