manifest.json 287 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 { "manifest_version": 2, "name": "3Line", "description": "print html code.", "version": "1.0", "browser_action": { "default_icon": "favicon.ico", "default_popup": "index.html" }, "permissions": [ "tabs", "<all_urls>" ] }