Inspect and view changes in Quản lý bài viết blog yêu thích 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
{
"manifest_version": 2,
"name": "Quản lý bài viết blog yêu thích",
"version": "1.0",
"description": "Addon Mozilla giúp tạo và quản lý danh sách bài viết blog yêu thích",
"icons": {
"48": "icon.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icon.png"
}
},
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "{74fdba2e-b330-4c7a-99ed-825c1455001b}"
}
}
}