News Feed Reader for Business Insider

Stay up to date with the latest news from Business Insider!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "version": "2.0.0",
  "name": "__MSG_appName__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "alarms",
    "https://news.zamok.cloud/api/business"
  ],
  "background": {
    "scripts": [
      "dayjs/index.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon_16.png",
      "48": "img/icon_48.png",
      "128": "img/icon_128.png"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "popup/home.html"
  },
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{e281a9d4-e288-4f1a-a959-5844421d976f}"
    }
  }
}