WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Petra Aptos Wallet

Petra Aptos Wallet

View on Chrome Web Store
View Petra Aptos Wallet Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (1,647 ratings)
1 new ratings
42 views
This extension has been viewed 42 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A crypto wallet on Aptos.
Type
Extension
Users
400,000 users
100K
Website petra.app
Aptos Labs
View author page of Aptos Labs
Published
Published on August 19, 2022
Version 2.2.4
Manifest version
3
Updated
Updated on November 3, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Petra Aptos Wallet Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Petra",
    "name": "Petra Aptos Wallet",
    "version": "2.2.4",
    "manifest_version": 3,
    "description": "A crypto wallet on Aptos.",
    "action": {
        "default_popup": "index.html",
        "default_title": "Petra"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "static\/js\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "identity"
    ],
    "oauth2": {
        "client_id": "734998116548-ib6ircv72o1b6l0no9ol4spnnkr8gm69.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "profile",
            "email"
        ],
        "response_type": "id_token",
        "prompt": "select_account"
    },
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.sentry.io\/*"
    ],
    "icons": {
        "16": "PetraApp16.png",
        "32": "PetraApp32.png",
        "48": "PetraApp48.png",
        "128": "PetraApp128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top