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": "Text Saver",
"version": "1.7.2",
"description": "Save & Organize Web Text Instantly",
"homepage_url": "https:\/\/liujiacai.net\/text-saver",
"author": "[email protected]",
"action": {
"default_icon": "128x128.png"
},
"icons": {
"128": "128x128.png"
},
"options_ui": {
"page": "option.html",
"open_in_tab": true
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"contextMenus",
"downloads",
"scripting",
"activeTab",
"storage",
"unlimitedStorage"
],
"manifest_version": 3
}