Online Templates

Online Templates

Online Templates featuring a templates search, favorite templates, todo list, notes, weather, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "short_name": "Online Templates",
  "name": "Online Templates",
  "description": "Online Templates featuring a templates search, favorite templates, todo list, notes, weather, and more. ",
  "version": "1.1.2",
  "background": {
    "service_worker": "bg.js"
  },
  "offline_enabled": false,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "https://*.onlinetemplatesapp.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.json"
      ],
      "matches": [
        "https://onlinetemplatesapp.com/*"
      ]
    }
  ]
}