{ "applications":{ "gecko":{ "id":"@save_link_to_file", "strict_min_version":"64.0" } }, "manifest_version":2, "author": "Ondřej Hruška", "name":"Save Link to File", "version":"0.2", "description":"Saves the current page as a HTML file with auto-redirect. It's like a bookmark you can store anywhere on your disk.", "icons":{ "48":"icon.svg", "128":"icon.svg" }, "background":{ "scripts":["background.js"] }, "permissions":[ "activeTab", "downloads" ], "browser_action": { "browser_style": true, "default_icon": "icon.svg", "default_title": "Save Link" } }