Rotate Arbor Seating Plan Perspective

Rotate Arbor Seating Plan Perspective

Temporarily rotate Arbor seating plans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rotate Arbor Seating Plan Perspective",
  "icons": {
    "128": "icon.png"
  },
  "version": "6.1",
  "manifest_version": 2,
  "description": "Temporarily rotate Arbor seating plans.",
  "homepage_url": "https://sites.google.com/view/rotatego4/home",
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Rotate seating plan."
  },
  "permissions": [
    "activeTab"
  ]
}