Doc to PDF Converter

Doc to PDF Converter

Get your Doc documents(word 97-2003) converted to PDF file format instantly online without installing any software!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Doc to PDF Converter",
  "default_locale": "en",
  "description": "Get your Doc documents(word 97-2003) converted to PDF file format instantly online without installing any software!",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "2.0",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128.png"
  }
}