WebExtension.net
WebExtension.net

PosturePanda

View on Chrome Web Store
View PosturePanda Chrome Extension on Chrome Web Store
4.0 (4 ratings)

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

Reminders for posture breaks and guided stretches to keep you healthy at work.
Type
Extension
Users
642 users
7
PosturePanda.com/exercises
View author page of PosturePanda.com/exercises
Published
Published on September 24, 2018
Version 0.1.0.9
Manifest version
2
Updated
Updated on December 29, 2018
View on Chrome Web Store
View PosturePanda Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PosturePanda",
    "version": "0.1.0.9",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Reminders for posture breaks and guided stretches to keep you healthy at work.",
    "homepage_url": "http:\/\/posturepanda.com\/exercises",
    "icons": {
        "16": "icons\/pandaFace.png_16x16.png",
        "48": "icons\/pandaFace.png_48x48.png",
        "128": "icons\/pandaFace.png_128x128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/pandaFace.png_48x48.png",
        "default_title": "PosturePanda Status",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        "idle"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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