Pdf AKM

Pdf AKM

Practical tools for Pdf editing. A conversion tool that simplifies working with documents and images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pdf AKM",
  "short_name": "Pdf Corect, Pdf Edit, Pdf Convert,Pdf to word, Pdf merge, Pdf tools",
  "version": "1.6",
  "description": "__MSG_ext_description__",
  "author": "Catalin",
  "homepage_url": "https://www.google.ro/",
  "options_page": "options.html",
  "icons": {
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_title": "LOAD PDF FILE",
    "default_icon": "images/soda_icon_16x16.jpg",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "https://*/"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "js/background.js",
      "js/onInstall.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "manifest_version": 2,
  "content_scripts": []
}