iPacket® Sticker Puller

iPacket® Sticker Puller

Pull and identify vehicle stickers, from their VIN numbers, with iPacket® Sticker Puller!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "iPacket® Sticker Puller",
  "description": "Pull and identify vehicle stickers, from their VIN numbers, with iPacket® Sticker Puller!",
  "version": "2.0.13",
  "manifest_version": 3,
  "author": "AutoiPacket, LLC",
  "action": {
    "default_popup": "index.html",
    "default_title": "iPacket Sticker Puller",
    "default_icon": {
      "16": "logo192.png",
      "32": "logo192.png",
      "48": "logo192.png",
      "128": "logo192.png"
    }
  },
  "icons": {
    "16": "logo192.png",
    "32": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "arc_integration/arc.html",
        "arc_integration/js/arcactions.js",
        "arc_integration/styles/arcstyles.css",
        "arc_integration/assets/arc_logo.png",
        "packet_generation/packet_generation.html",
        "packet_generation/js/packetgenerationactions.js",
        "packet_generation/styles/packetstyles.css",
        "packet_generation/assets/ipacket_H_4C_Large.png",
        "general/ipacket.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "scripts/sticker_pull_lookup.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}