JoyTab - Your News Tab

JoyTab - Your News Tab

A joy photography themed top news stories reader for your New Tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "dist/index.html"
  },
  "description": "A joy photography themed top news stories reader for your New Tab page",
  "manifest_version": 3,
  "name": "JoyTab - Your News Tab",
  "permissions": [
    "storage",
    "topSites"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "version": "0.0.9",
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  }
}