GRUGRU Image Fullscreen Version

GRUGRU Image Fullscreen Version

Full-screen viewer that allows you to rotate, flip, zoom, and position images

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "0.3.6",
  "default_locale": "en",
  "homepage_url": "https://github.com/ma2442/grugru_image",
  "action": {
    "default_title": "__MSG_name__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "48": "icons/icon_48.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "tabs",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}