Document template finder

Document template finder

Search from thousands of pre-formatted business templates and edit them in Revv

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Document template finder",
  "description": "Search from thousands of pre-formatted business templates and edit them in Revv",
  "version": "1.0.3",
  "manifest_version": 2,
  "permissions": [
    "cookies",
    "*://*.revv.so/"
  ],
  "icons": {
    "16": "/images/app_logo.png",
    "48": "/images/app_logo.png",
    "128": "/images/app_logo.png"
  },
  "browser_action": {
    "default_popup": "/html/popup.html",
    "default_icon": "/images/app_logo.png"
  },
  "author": "App developer at Revv",
  "background": {
    "persistent": false,
    "scripts": [
      "/js/background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+I",
        "mac": "MacCtrl+I"
      },
      "description": "Opens popup.html"
    }
  },
  "web_accessible_resources": [
    "images/app_logo.png"
  ]
}