{ "name": "Tacticians Online - Active Battles", "manifest_version": 2, "version": "0.1", "description": "Regularly checks if it's your turn to play on Tacticians Online.", "icons": { "48": "images/to-favicon.svg", "96": "images/to-favicon.svg" }, "permissions": [ "http://127.0.0.1/", "https://*/" ], "browser_action": { "default_icon": "images/to-favicon.svg", "default_title": "TO - Active Battles", "default_popup": "www/popup.html" }, "background": { "page": "www/background.html" } }