Examine source code of Test ID Generator

Inspect and view changes in Test ID Generator source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "0.4resigned1",
  "author": "Jerzy MansarliƄski",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "http://mansarlinski.pl/testidgenerator",
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "default_locale": "pl",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "testIdGenerator.js",
      "main.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "testidgenerator@mansarlinski.pl"
    }
  }
}