Examine source code of twitter-persian-theme

Inspect and view changes in twitter-persian-theme 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": "twitter-persian-theme",
  "version": "0.0.21resigned1",
  "description": "Twitter Persian theme",
  "homepage_url": "https://github.com/r3mis4/twitter-persian-theme",
  "background": {
    "scripts": [
      "js/twitter-persian-theme-bg.js"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "128": "images/icon128.png"
  },
  "page_action": {
    "default_icon": "images/icon32.png",
    "default_title": "Extension will be enabled when you open twitter.com"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://twitter.com/",
        "https://twitter.com/i/cards/*"
      ],
      "js": [
        "js/twitter-persian-theme.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "css/main.css",
    "fonts/*"
  ],
  "short_name": "Persian Twitter",
  "permissions": [
    "https://twitter.com/",
    "tabs",
    "storage"
  ],
  "author": "r3mis4",
  "applications": {
    "gecko": {
      "id": "twitter-persian-theme@example.com"
    }
  }
}