Switch to unified view

a/manifest-MF.json b/manifest-MF.json
...
...
15
    "browser_action": { "default_icon": { "16": "icon16.png" },
15
    "browser_action": { "default_icon": { "16": "icon16.png" },
16
                        "default_title": "Save to Recoll" },
16
                        "default_title": "Save to Recoll" },
17
    
17
    
18
    "background": { "scripts": [ "background.js" ] },
18
    "background": { "scripts": [ "background.js" ] },
19
    "content_scripts": [
19
    "content_scripts": [
20
        {"matches": ["*://*/*"], "js": ["content.js"]}
20
        {"matches": ["*://*/*"], "js": ["content.js", "md5.js"]}
21
        ],
21
        ],
22
22
23
    "options_ui": {"page": "options.html", "open_in_tab": true},
23
    "options_ui": {"page": "options.html", "open_in_tab": true},
24
    "commands": { "_execute_browser_action":
24
    "commands": { "_execute_browser_action":
25
                  { "description": "Save Page",
25
                  { "description": "Save Page",