My Templates

My Templates

Create new documents, spreadsheets or presentations with 1 click from Your template file. Simple and effective from browser icon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "icons": {
    "38": "icons/38x38.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "name": "My Templates",
  "description": "Create new documents, spreadsheets or presentations with 1 click from Your template file. Simple and effective from browser icon.",
  "version": "3.1",
  "browser_action": {
    "default_title": "My Templates",
    "default_icon": {
      "38": "icons/38x38.png",
      "48": "icons/48x48.png",
      "128": "icons/128x128.png"
    },
    "default_popup": "popup.html"
  }
}