Inspect and view changes in 田一块网址导航 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": "田一块网址导航(mv2)",
"description": "田一块网址导航",
"icons": {
"16": "/images/favicon.png",
"32": "/images/favicon.png",
"48": "/images/favicon.png",
"128": "/images/favicon.png"
},
"browser_action": {
"default_popup": "src/popup/index.html"
},
"version": "0.1.0",
"manifest_version": 2,
"permissions": [
"storage",
"history",
"favicon",
"chrome://favicon/*"
],
"chrome_url_overrides": {
"newtab": "src/newtab/index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{62dc8c6f-7b49-49e4-859c-213383280fb1}"
}
}
}