Apollo Poly Notes

Apollo Poly Notes

Apollo Missions background new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Apollo Missions background new tab",
  "icons": {
    "128": "new-tab-icon.png"
  },
  "manifest_version": 3,
  "name": "Apollo Poly Notes",
  "permissions": [
    "storage"
  ],
  "version": "1.4.3"
}