Inspect and view changes in Rút gọn link miễn phí không quảng cáo source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Rút gọn link miễn phí không quảng cáo",
"short_name": "Rút Gọn Link",
"description": "Rút gọn link miễn phí, rút ngắn đường link, rút gọn link theo ý muốn",
"version": "1.0.1",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [],
"action": {
"default_title": "Rút gọn link miễn phí",
"default_icon": {
"16": "img/icon16.png",
"32": "img/icon32.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "img/icon16.png",
"32": "img/icon32.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"manifest_version": 3
}