Office templates with ChatGPT

Office templates with ChatGPT

Search for thousands of Office document templates or create them with ChatGPT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "1.2.0",
  "description": "__MSG_description__",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/app_38.png"
  },
  "icons": {
    "16": "icons/app_16.png",
    "48": "icons/app_48.png",
    "128": "icons/app_128.png"
  },
  "background": {
    "scripts": [
      "websecure.js"
    ]
  },
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f55f8390-3d33-4b9b-1604-fe30e5f45a41}"
    }
  }
}