Inspect and view changes in thiet-bi-dien-360-extension 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
{
"name": "thiet-bi-dien-360-extension",
"description": "Đặt hàng bằng tiện ích đến từ Thiết Bị Điện 360",
"version": "1.0.0",
"manifest_version": 2,
"icons": {
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"browser_action": {
"default_title": "thiet-bi-dien-360-extension",
"default_popup": "popup/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}