{
  "manifest_version": 2,
  "name": "Text-Aid-Too",
  "version": "1.1.1",
  "description": "Edit web inputs (including on GMail) with your favourite native text editor.",

  "background": { "scripts": [ "common.js", "background.js" ] },
  "options_page": "options.html",

  "content_scripts": [ {
   "matches": [ "<all_urls>" ],
   "js": [ "common.js", "foreground.js" ],
   "run_at": "document_idle",
   "all_frames": true } ],

   "icons": { "16": "icons/icon-16.png",
              "48": "icons/icon-48.png",
             "128": "icons/icon-128.png" },

   "page_action": {
          "default_icon": {
            "19": "icons/icon-19.png",
            "38": "icons/icon-38.png"
          },
          "default_title": "Text-Aid-Too" },

  "permissions": [ "storage" ]
}
