{ "manifest_version": 2, "version": "1.0", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "author": "Neale Pickett ", "icons": {"128": "wirc.png"}, "app": { "background": { "scripts": ["background.js"] } }, "permissions": [ "storage", "fileSystem", "https://woozle.org/" ], "default_locale": "en" }