Inspect and view changes in Re-host to imgur 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": "Rehost to imgur",
"description": "Add a context menu option to images to re-upload it to imgur",
"version": "0.2resigned1",
"homepage_url": "https://goodgy.eu/re-upload",
"background": {
"scripts": [
"/background/background.js",
"/lib/jquery-3.3.1.min.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"/lib/jquery-3.3.1.min.js"
]
}
],
"permissions": [
"activeTab",
"contextMenus",
"clipboardWrite"
],
"browser_specific_settings": {
"gecko": {
"id": "{5b855d12-fa12-4abe-81b5-9cddea25117b}"
}
}
}