{
   "action": {
      "default_icon": {
         "16": "imgs/icon/icon-OFF@16px.png",
         "32": "imgs/icon/icon-OFF@32px.png"
      },
      "default_title": "Set Text Mode on/off"
   },
   "background": {
      "service_worker": "js/background.js"
   },
   "content_scripts": [ {
      "__css_comment": "These are injected in the order they appear in this array, before any DOM is constructed or displayed for the page.",
      "__js_comment": "In the case of 'document_end', the files are injected immediately after the DOM is complete, but before subresources like images and frames have loaded. In the case of 'document_start', the files are injected after any files from css, but before any other DOM is constructed or any other script is run.",
      "all_frames": true,
      "css": [ "css/tab.css" ],
      "js": [ "js/tab.js" ],
      "matches": [ "\u003Call_urls>" ],
      "run_at": "document_start"
   } ],
   "description": "Browse the web without distractions via simple text based pages.",
   "host_permissions": [ "\u003Call_urls>" ],
   "icons": {
      "128": "icons/icon_128x128.png",
      "16": "icons/icon_16x16.png",
      "48": "icons/icon_48x48.png"
   },
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDT8+iU6gsD5HZS4tnBxA33lKMYVJR5Y/ro1Evcj/o6BwrKrBQ6fmC0U6fXWIV1GnA9aDNiX6/R/GauZbyGFEsjFRZkz1vKrue+S0fbS0hxQ+YKp5AM8mXJouZx4zoS7EcVLf0BBlw6cUGsR/9f8OOvAzZAdDdjfLvsV0shXGfLUQIDAQAB",
   "manifest_version": 3,
   "name": "Text Mode",
   "options_page": "html/options.html",
   "permissions": [ "storage", "declarativeNetRequest" ],
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "0.6.1",
   "web_accessible_resources": [ {
      "matches": [ "\u003Call_urls>" ],
      "resources": [ "imgs/bg/*" ]
   } ]
}
