By: hehehai
Inspect and view changes in cratehub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "cratehub",
"version": "0.0.3",
"description": "github rust cargo project crates info",
"browser_action": {
"default_icon": "assets/icon-512.png"
},
"background": {
"page": "background/index.html",
"persistent": true
},
"icons": {
"16": "assets/icon-512.png",
"48": "assets/icon-512.png",
"128": "assets/icon-512.png"
},
"permissions": [
"https://crates.io/",
"activeTab",
"http://*/",
"https://*/"
],
"browser_specific_settings": {
"gecko": {
"id": "sveltesse-webext@fixme.com"
}
},
"content_scripts": [
{
"matches": [
"https://github.com/*",
"https://gitlab.com/*"
],
"js": [
"./contentScripts/index.global.js"
],
"css": [
"./contentScripts/style.css"
]
}
],
"web_accessible_resources": [
"./contentScripts/style.css"
]
} Best cratehub Alternatives
Here are some Firefox add-ons that are similar to cratehub: