manifest.json
409 Bytes
{
"manifest_version": 2,
"name": "3Line",
"description": "print html code.",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"icons": {
"16": "./icons/icon16.png",
"48": "./icons/icon48.png",
"128": "./icons/icon128.png"
},
"permissions": [
"tabs",
"<all_urls>"
]
}