{ "version": "2.0", "content_scripts": [ { "matches": ["*://calificat.md/*"], "js": [ "js/app.js" ] } ], "background" : { "scripts" : ["js/background.js"], "persistent": true }, "externally_connectable": { "matches": ["*://calificat.md/*"] }, "permissions": ["notifications","tabs"], "browser_action": { "default_icon": "icon.png" }, "manifest_version": 2, "name": "Calificat.md", "short_name": "calificat.md", "icons": [ { "src": "/web/i/36x36.png", "sizes": "36x36", "type": "image/png" }, { "src": "/web/i/48x48.png", "sizes": "48x48", "type": "image/png" }, { "src": "/web/i/72x72.png", "sizes": "72x72", "type": "image/png" }, { "src": "/web/i/96x96.png", "sizes": "96x96", "type": "image/png" }, { "src": "/web/i/144x144.png", "sizes": "144x144", "type": "image/png" }, { "src": "/web/i/192x192.png", "sizes": "192x192", "type": "image/png" } ], "theme_color": "#ffffff", "background_color": "#149500", "start_url": "/", "display": "fullscreen", "orientation": "portrait" }