{
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "manifest_version": 2,
  "default_locale": "ja",
  "version": "1.2.2",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "cookies",
    "notifications",
    "http://syosetu.com/*",
    "http://*.syosetu.com/*",
    "https://*.syosetu.com/*",
    "https://kakuyomu.jp/*"
  ],
  "background": {
    "page": "pages/background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "pages/popup.html"
  },
  "options_page": "pages/options.html",
  "options_ui": {
    "page": "pages/options.html",
    "chrome_style": false
  },
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "http://localhost:*/*",
      "http://127.0.0.1/*",
      "http://127.0.0.1:*/*"
    ]
  },
  "__moz__applications": {
    "gecko": {
      "id": "novelous@example.com"
    }
  }
}