Cloud Print

Cloud Print

Cloud Print lets you print the good parts of any web page while skipping ads and other junk.!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "short_name": "cloud print",
  "container": [
    "GOOGLE_DRIVE"
  ],
  "version": "3.0.1",
  "default_locale": "en",
  "offline_enabled": true,
  "icons": {
    "16": "img/icon16.png",
    "38": "img/icon38.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "/js/worker.js"
  },
  "action": {
    "default_title": "__MSG_app_name__",
    "default_icon": "img/icon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "toolbar/toolbar.js",
        "toolbar/toolbar-toggle.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "homepage_url": "https://cloud-print.dllplayer.com/"
}