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": "Link Preview",
"version": "1.4.0",
"description": "Your Instant Window to the Web",
"homepage_url": "https:\/\/liujiacai.net\/link-preview",
"author": "[email protected]",
"action": {
"default_title": "Preview Link",
"default_icon": "logo.png"
},
"icons": {
"128": "logo.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_ui": {
"page": "option.html",
"open_in_tab": true
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"microtip.min.css"
],
"js": [
"common.js",
"content.js"
]
}
],
"manifest_version": 3
}