Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "http://clients2.google.com/service/update2/crx",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"description": "Это расширение позволяет узнать UID пользователя в Мой Мир.",
"name": "Мой Мир UID",
"permissions": [
"tabs",
"http://appsmail.ru/platform/*"
],
"manifest_version": 2,
"version": "1.0"
}