Getter

Getter

Automatically find fonts, colors and more on any page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Getter",
  "version": "1.2.0",
  "description": "Automatically find fonts, colors and more on any page!",
  "permissions": [
    "tabs",
    "activeTab",
    "declarativeContent",
    "scripting",
    "webNavigation",
    "storage",
    "downloads",
    "notifications"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "./options/options.html",
  "action": {
    "default_title": "Getter",
    "default_popup": "./popup/popup.html",
    "default_icon": {
      "16": "images/CSS-Getter-Icon-16px.png",
      "32": "images/CSS-Getter-Icon-32px.png",
      "48": "images/CSS-Getter-Icon-48px.png",
      "128": "images/CSS-Getter-Icon-128px.png"
    }
  },
  "icons": {
    "16": "images/CSS-Getter-Icon-16px.png",
    "32": "images/CSS-Getter-Icon-32px.png",
    "48": "images/CSS-Getter-Icon-48px.png",
    "128": "images/CSS-Getter-Icon-128px.png"
  },
  "manifest_version": 3
}