Scribs - capture your thoughts

Scribs - capture your thoughts

Transform your new tab into your own personal notepad

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Scribs - capture your thoughts",
  "author": "Scribs Builder",
  "version": "0.0.1",
  "description": "Transform your new tab into your own personal notepad",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}