T-Shirt Bomb Imager (Gravy)

T-Shirt Bomb Imager (Gravy)

Same app, new name! View and download all your Teespring shirts, some with bodies included too!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_icon": "128.png"
  },
  "name": "T-Shirt Bomb Imager (Gravy)",
  "short_name": "T-Shirt Bomb Imager (Gravy)",
  "description": "Same app, new name! View and download all your Teespring shirts, some with bodies included too!",
  "version": "1.0.9.3",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "backgroundlikefile.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "*://teespring.com/*",
    "*://*.teespring.com/*",
    "storage",
    "contextMenus",
    "downloads",
    "activeTab"
  ]
}