Storisto

Storisto

Storisto - Motivational Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Storisto",
  "short_name": "Storisto",
  "version": "0.0.04",
  "description": "Storisto - Motivational Extension",
  "homepage_url": "https://storisto.com/",
  "omnibox": {
    "keyword": "Storisto"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_title": "New Tab - Storisto",
    "default_icon": "icons/plexita-logo-x.png"
  },
  "icons": {
    "16": "icons/plexita-16x16.png",
    "48": "icons/plexita-48x48.png",
    "128": "icons/plexita-128x128.png"
  },
  "background": {
    "service_worker": "html/js/background.js"
  }
}