Outlast 2 New Tab & Wallpapers Collection

Outlast 2 New Tab & Wallpapers Collection

Outlast 2 New Tab Extension brings a new look to your Chrome browser.

Additional files are visible only to premium users

manifest.json


{
  "version": "0.0.6",
  "default_locale": "en",
  "icons": {
    "48": "outlast-2-icons/icon48.png",
    "128": "outlast-2-icons/icon128.png"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "outlast-2-icons/icon48.png"
  },
  "chrome_url_overrides": {
    "newtab": "carrier.html"
  },
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "scripts": [
      "js/outlast-2.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://cse.google.com https://ajax.googleapis.com https://use.fontawesome.com https://stackpath.bootstrapcdn.com https://cdnjs.cloudflare.com; object-src 'self'"
}